POST api/suspendrelease/suspendcodes/save
Request Information
URI Parameters
None.
Body Parameters
SuspendCodesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Suspendcode | string |
None. |
|
| Description | string |
None. |
|
| SuspendType | string |
None. |
|
| Status | integer |
None. |
|
| Authorisation | string |
None. |
|
| CreatedUser | string |
None. |
|
| IsDropShip | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Suspendcode": "sample string 1",
"Description": "sample string 2",
"SuspendType": "sample string 3",
"Status": 4,
"Authorisation": "sample string 5",
"CreatedUser": "sample string 6",
"IsDropShip": true
}
text/xml
Sample:
<SuspendCodesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rocky.SuspendRelease.Common.Model.SuspendRelease"> <Authorisation>sample string 5</Authorisation> <CreatedUser>sample string 6</CreatedUser> <Description>sample string 2</Description> <IsDropShip>true</IsDropShip> <Status>4</Status> <SuspendType>sample string 3</SuspendType> <Suspendcode>sample string 1</Suspendcode> </SuspendCodesDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />