POST Distribution/ExchangeSizeAndTrack

Request Information

URI Parameters

None.

Body Parameters

CartProductDetails
NameDescriptionTypeAdditional information
cartID

integer

None.

productCode

string

None.

productName

string

None.

sellingPrice

decimal number

None.

quantity

integer

None.

mrp

decimal number

None.

ndp

decimal number

None.

disc_Amt

decimal number

None.

disc_Per

decimal number

None.

imageLink

string

None.

isSelected

integer

None.

isPurchased

integer

None.

isActive

integer

None.

isUpdated

integer

None.

createdBy

string

None.

categoryID

integer

None.

is_Add

integer

None.

Size

string

None.

IS_ALLOCATED

boolean

None.

IS_ISSUED

boolean

None.

IS_CANCELLED

boolean

None.

CELL_NO

string

None.

Order_Det_ID

integer

None.

shirtSize

integer

None.

pantHipSize

integer

None.

pantLength

integer

None.

IS_DISPATCHED

boolean

None.

prodOrderStatus

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "cartID": 1,
  "productCode": "sample string 2",
  "productName": "sample string 3",
  "sellingPrice": 4.1,
  "quantity": 5,
  "mrp": 6.1,
  "ndp": 7.1,
  "disc_Amt": 8.1,
  "disc_Per": 9.1,
  "imageLink": "sample string 10",
  "isSelected": 11,
  "isPurchased": 12,
  "isActive": 13,
  "isUpdated": 14,
  "createdBy": "sample string 15",
  "categoryID": 16,
  "is_Add": 17,
  "Size": "sample string 18",
  "IS_ALLOCATED": true,
  "IS_ISSUED": true,
  "IS_CANCELLED": true,
  "CELL_NO": "sample string 22",
  "Order_Det_ID": 23,
  "shirtSize": 24,
  "pantHipSize": 25,
  "pantLength": 26,
  "IS_DISPATCHED": true,
  "prodOrderStatus": 28
}

text/html

Sample:
{"cartID":1,"productCode":"sample string 2","productName":"sample string 3","sellingPrice":4.1,"quantity":5,"mrp":6.1,"ndp":7.1,"disc_Amt":8.1,"disc_Per":9.1,"imageLink":"sample string 10","isSelected":11,"isPurchased":12,"isActive":13,"isUpdated":14,"createdBy":"sample string 15","categoryID":16,"is_Add":17,"Size":"sample string 18","IS_ALLOCATED":true,"IS_ISSUED":true,"IS_CANCELLED":true,"CELL_NO":"sample string 22","Order_Det_ID":23,"shirtSize":24,"pantHipSize":25,"pantLength":26,"IS_DISPATCHED":true,"prodOrderStatus":28}

application/xml, text/xml

Sample:
<CartProductDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGM.Models">
  <CELL_NO>sample string 22</CELL_NO>
  <IS_ALLOCATED>true</IS_ALLOCATED>
  <IS_CANCELLED>true</IS_CANCELLED>
  <IS_DISPATCHED>true</IS_DISPATCHED>
  <IS_ISSUED>true</IS_ISSUED>
  <Order_Det_ID>23</Order_Det_ID>
  <Size>sample string 18</Size>
  <cartID>1</cartID>
  <categoryID>16</categoryID>
  <createdBy>sample string 15</createdBy>
  <disc_Amt>8.1</disc_Amt>
  <disc_Per>9.1</disc_Per>
  <imageLink>sample string 10</imageLink>
  <isActive>13</isActive>
  <isPurchased>12</isPurchased>
  <isSelected>11</isSelected>
  <isUpdated>14</isUpdated>
  <is_Add>17</is_Add>
  <mrp>6.1</mrp>
  <ndp>7.1</ndp>
  <pantHipSize>25</pantHipSize>
  <pantLength>26</pantLength>
  <prodOrderStatus>28</prodOrderStatus>
  <productCode>sample string 2</productCode>
  <productName>sample string 3</productName>
  <quantity>5</quantity>
  <sellingPrice>4.1</sellingPrice>
  <shirtSize>24</shirtSize>
</CartProductDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Output
NameDescriptionTypeAdditional information
statusCode

integer

None.

message

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "message": "sample string 2",
  "data": {}
}

text/html

Sample:
{"statusCode":1,"message":"sample string 2","data":{}}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGM.Models">
  <data />
  <message>sample string 2</message>
  <statusCode>1</statusCode>
</Output>