POST api/renewal/GetCommitmentOrderDetailByMasterID
Api Lấy chi tiết đơn hàng theo ID
Request Information
URI Parameters
None.
Body Parameters
CommitmentOrderIDParamName | Description | Type | Additional information |
---|---|---|---|
CommitmentOrderID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CommitmentOrderID": "sample string 1" }
text/xml
Sample:
<CommitmentOrderIDParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.IMSParam"> <CommitmentOrderID>sample string 1</CommitmentOrderID> </CommitmentOrderIDParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IMSServiceResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Data | Object |
None. |
|
CustomData | Object |
None. |
|
Code | string |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Data": {}, "CustomData": {}, "Code": "sample string 4", "Message": "sample string 5" }
text/xml
Sample:
<IMSServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Response.IMSResponse"> <Code>sample string 4</Code> <CustomData /> <Data /> <Message>sample string 5</Message> <Success>true</Success> </IMSServiceResult>