POST api/desktop/GetLatestDVCReceiptAgency
Lấy danh sách Cơ quan thu mới cập nhật từ server về
Request Information
URI Parameters
None.
Body Parameters
DVCReceiptAgencyParamName | Description | Type | Additional information |
---|---|---|---|
Version | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Version": 1 }
text/xml
Sample:
<DVCReceiptAgencyParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Param"> <Version>1</Version> </DVCReceiptAgencyParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GeneralServiceResultName | 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:
<GeneralServiceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MISA.Auth.Entity.Response"> <Code>sample string 4</Code> <CustomData /> <Data /> <Message>sample string 5</Message> <Success>true</Success> </GeneralServiceResult>