POST api/AddOMYPOrderStyle
Request Information
URI Parameters
None.
Body Parameters
OMYPOrderStyleAddN| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
None. |
|
| depot | string |
None. |
|
| mid | integer |
None. |
|
| jid | integer |
None. |
|
| bid | integer |
None. |
|
| product | string |
None. |
|
| colour | string |
None. |
|
| size | string |
None. |
|
| fit | string |
None. |
|
| quantity | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"empid": "sample string 1",
"depot": "sample string 2",
"mid": 3,
"jid": 4,
"bid": 5,
"product": "sample string 6",
"colour": "sample string 7",
"size": "sample string 8",
"fit": "sample string 9",
"quantity": 10
}
text/xml
Sample:
<OMYPOrderStyleAddN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CRMAPP.Models"> <BundleId>5</BundleId> <Colour>sample string 7</Colour> <Depot>sample string 2</Depot> <EmpId>sample string 1</EmpId> <Fit>sample string 9</Fit> <JobRoleId>4</JobRoleId> <MainCategoryId>3</MainCategoryId> <Product>sample string 6</Product> <Quantity>10</Quantity> <Size>sample string 8</Size> </OMYPOrderStyleAddN>
application/x-www-form-urlencoded
Sample:
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. |