POST branchesStore/updateproductWithoutImage
Request Information
URI Parameters
None.
Body Parameters
branchesStoreData| Name | Description | Type | Additional information |
|---|---|---|---|
| storeId | integer |
None. |
|
| employeeId | integer |
None. |
|
| branchId | integer |
None. |
|
| productName | string |
None. |
|
| productNameEn | string |
None. |
|
| productNameAr | string |
None. |
|
| productImagePath | string |
None. |
|
| productPrice | decimal number |
None. |
|
| productCost | decimal number |
None. |
|
| quantityInStore | decimal number |
None. |
|
| quantityAction | decimal number |
None. |
|
| typeActionid | integer |
None. |
|
| subscriptionAccessoriesId | integer |
None. |
|
| statusWithAll | boolean |
None. |
|
| textSearch | string |
None. |
|
| filterStatus | boolean |
None. |
|
| language | string |
None. |
|
| page | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"storeId": 1,
"employeeId": 2,
"branchId": 3,
"productName": "sample string 4",
"productNameEn": "sample string 5",
"productNameAr": "sample string 6",
"productImagePath": "sample string 7",
"productPrice": 8.0,
"productCost": 9.0,
"quantityInStore": 10.0,
"quantityAction": 11.0,
"typeActionid": 12,
"subscriptionAccessoriesId": 13,
"statusWithAll": true,
"textSearch": "sample string 15",
"filterStatus": true,
"language": "sample string 17",
"page": 18
}
application/xml, text/xml
Sample:
<branchesStoreData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/spor.Models.branchesStore"> <branchId>3</branchId> <employeeId>2</employeeId> <filterStatus>true</filterStatus> <language>sample string 17</language> <page>18</page> <productCost>9</productCost> <productImagePath>sample string 7</productImagePath> <productName>sample string 4</productName> <productNameAr>sample string 6</productNameAr> <productNameEn>sample string 5</productNameEn> <productPrice>8</productPrice> <quantityAction>11</quantityAction> <quantityInStore>10</quantityInStore> <statusWithAll>true</statusWithAll> <storeId>1</storeId> <subscriptionAccessoriesId>13</subscriptionAccessoriesId> <textSearch>sample string 15</textSearch> <typeActionid>12</typeActionid> </branchesStoreData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |