POST branchesStore/updateproductWithoutImage

Request Information

URI Parameters

None.

Body Parameters

branchesStoreData
NameDescriptionTypeAdditional information
storeId

integer

None.

employeeId

integer

None.

branchId

integer

None.

productName

string

None.

productNameEn

string

None.

productNameAr

string

None.

productImagePath

string

None.

quantityInStore

decimal number

None.

quantityAction

decimal number

None.

typeActionid

integer

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",
  "quantityInStore": 8.0,
  "quantityAction": 9.0,
  "typeActionid": 10,
  "language": "sample string 11",
  "page": 12
}

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>
  <language>sample string 11</language>
  <page>12</page>
  <productImagePath>sample string 7</productImagePath>
  <productName>sample string 4</productName>
  <productNameAr>sample string 6</productNameAr>
  <productNameEn>sample string 5</productNameEn>
  <quantityAction>9</quantityAction>
  <quantityInStore>8</quantityInStore>
  <storeId>1</storeId>
  <typeActionid>10</typeActionid>
</branchesStoreData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'branchesStoreData'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.