POST api/get-com-customer_v2
Request Information
URI Parameters
None.
Body Parameters
GetCustomerParamV2| Name | Description | Type | Additional information |
|---|---|---|---|
| Phone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Phone": "sample string 1"
}
multipart/form-data
Sample:
{"Phone":"sample string 1"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}