POST services/api/v1/Get_ReverseChargeForPrint
Request Information
URI Parameters
None.
Body Parameters
Id| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Id_Type__VoucherNo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Type | integer |
None. |
|
| VoucherNo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Type": 2,
"VoucherNo": "sample string 3"
}