POST SaveDeliveryInfo?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
DeliveryInfoBO| Name | Description | Type | Additional information |
|---|---|---|---|
| Poid | integer |
None. |
|
| DvlNote | string |
None. |
|
| Usrname | string |
None. |
|
| VhlNo | string |
None. |
|
| Cperson | string |
None. |
|
| AmountPaid | decimal number |
None. |
|
| Pallet | string |
None. |
|
| Box | string |
None. |
|
| Bags | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Poid": 1,
"DvlNote": "sample string 2",
"Usrname": "sample string 3",
"VhlNo": "sample string 4",
"Cperson": "sample string 5",
"AmountPaid": 6.0,
"Pallet": "sample string 7",
"Box": "sample string 8",
"Bags": "sample string 9"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.DeliveryInfoBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <AmountPaid>6</AmountPaid> <Bags>sample string 9</Bags> <Box>sample string 8</Box> <Cperson>sample string 5</Cperson> <DvlNote>sample string 2</DvlNote> <Pallet>sample string 7</Pallet> <Poid>1</Poid> <Usrname>sample string 3</Usrname> <VhlNo>sample string 4</VhlNo> </OnlineCreatePO_BO.DeliveryInfoBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.