POST Api/LU_COMPANY/EditList
Request Information
URI Parameters
None.
Body Parameters
Collection of LU_COMPANY| Name | Description | Type | Additional information |
|---|---|---|---|
| COMPANY_ID | integer |
None. |
|
| COMPANY_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"COMPANY_ID": 1,
"COMPANY_NAME": "sample string 2"
},
{
"COMPANY_ID": 1,
"COMPANY_NAME": "sample string 2"
}
]
text/xml
Sample:
<ArrayOfLU_COMPANY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
<LU_COMPANY>
<COMPANY_ID>1</COMPANY_ID>
<COMPANY_NAME>sample string 2</COMPANY_NAME>
</LU_COMPANY>
<LU_COMPANY>
<COMPANY_ID>1</COMPANY_ID>
<COMPANY_NAME>sample string 2</COMPANY_NAME>
</LU_COMPANY>
</ArrayOfLU_COMPANY>
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. |