POST api/PhoneChecks
Request Information
URI Parameters
None.
Body Parameters
ParametersPhoneChecks| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyID | integer |
None. |
|
| CountryCode | integer |
None. |
|
| PhoneCode | integer |
None. |
|
| Phone | integer |
None. |
|
| CallRecordUuid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AgencyID": 1,
"CountryCode": 2,
"PhoneCode": 3,
"Phone": 4,
"CallRecordUuid": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of PhoneCheck| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| Name | string |
None. |
|
| ReservationCount | integer |
None. |
|
| Link | string |
None. |
|
| CallRecordUuid_R | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": true,
"Name": "sample string 2",
"ReservationCount": 3,
"Link": "sample string 4",
"CallRecordUuid_R": "sample string 5"
},
{
"Result": true,
"Name": "sample string 2",
"ReservationCount": 3,
"Link": "sample string 4",
"CallRecordUuid_R": "sample string 5"
}
]