POST api/atpSmKh/UpdateReqSample
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| UpdData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Kh_No": "sample string 1",
"Sp_No": "sample string 2",
"Bill_No": "sample string 3"
}
application/xml, text/xml
Sample:
<atpKhReqSampleModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <Bill_No>sample string 3</Bill_No> <Kh_No>sample string 1</Kh_No> <Sp_No>sample string 2</Sp_No> </atpKhReqSampleModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ErrorCode": 1,
"ErrorMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<atpResultModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <ErrorCode>1</ErrorCode> <ErrorMsg>sample string 2</ErrorMsg> </atpResultModal>