POST Operator/Get_Addresses?Ticket={Ticket}&search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_Addresses| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Address_T |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsFiltered": 2,
"recordsTotal": 3,
"data": [
{
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
},
{
"ADDRESS_ID": 1,
"IS_MAIN": true,
"CONTACT_PERSON": "sample string 3",
"PHONE": "sample string 4",
"ADDRESS": "sample string 5",
"ADDRESS_TYPE_NAME": "sample string 6",
"PARTNER_NAME": "sample string 7",
"CITY_NAME": "sample string 8",
"LATITUDE": 1.0,
"LONGITUDE": 1.0
}
],
"ExceptionMsg": "sample string 4"
}