POST api/getinvoiceofficecountry
Request Information
URI Parameters
None.
Body Parameters
RequestParamInvoiceOffice| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"filter": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CustomCompanyDataModelResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| CustomCompanyDataModel | CustomCompanyDataModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomCompanyDataModel": {
"$id": "2",
"CountryId": 1,
"State": "sample string 1",
"City": "sample string 2"
},
"IsSuccess": true
}