POST api/renewal/GetCommitmentOrderByBudgetCode
Lấy danh sách đơn hàng theo mã ngân sách
Request Information
URI Parameters
None.
Body Parameters
BudgetInforParamName | Description | Type | Additional information |
---|---|---|---|
BudgetCode | string |
None. |
|
ProductCategory | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BudgetCode": "sample string 1", "ProductCategory": "sample string 2" }
text/xml
Sample:
<BudgetInforParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param.IMSParam"> <BudgetCode>sample string 1</BudgetCode> <ProductCategory>sample string 2</ProductCategory> </BudgetInforParam>
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>