POST api/BillOfLading/PostRulesTemplete
Request Information
URI Parameters
None.
Body Parameters
RulesTempleteInput| Name | Description | Type | Additional information |
|---|---|---|---|
| RT_ID | integer |
None. |
|
| RT_TYPE | string |
None. |
|
| RT_NAME | string |
None. |
|
| RT_DETAILS | string |
None. |
|
| RT_CONDITIONS | string |
None. |
|
| RT_PROGRAM_ID | string |
None. |
|
| RT_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RT_ID": 1,
"RT_TYPE": "sample string 1",
"RT_NAME": "sample string 2",
"RT_DETAILS": "sample string 3",
"RT_CONDITIONS": "sample string 4",
"RT_PROGRAM_ID": "sample string 5",
"RT_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<RulesTempleteInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RT_CONDITIONS>sample string 4</RT_CONDITIONS> <RT_CREATED_BY>1</RT_CREATED_BY> <RT_DETAILS>sample string 3</RT_DETAILS> <RT_ID>1</RT_ID> <RT_NAME>sample string 2</RT_NAME> <RT_PROGRAM_ID>sample string 5</RT_PROGRAM_ID> <RT_TYPE>sample string 1</RT_TYPE> </RulesTempleteInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |