POST api/SOApproveAuthority
Request Information
URI Parameters
None.
Body Parameters
Collection of C_SOApproveAuthority| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EmployeeCode | string |
None. |
|
| BranchCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"EmployeeCode": "sample string 2",
"BranchCode": 3
},
{
"Id": 1,
"EmployeeCode": "sample string 2",
"BranchCode": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfC_SOApproveAuthority xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
<C_SOApproveAuthority>
<BranchCode>3</BranchCode>
<EmployeeCode>sample string 2</EmployeeCode>
<Id>1</Id>
</C_SOApproveAuthority>
<C_SOApproveAuthority>
<BranchCode>3</BranchCode>
<EmployeeCode>sample string 2</EmployeeCode>
<Id>1</Id>
</C_SOApproveAuthority>
</ArrayOfC_SOApproveAuthority>
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. |