POST api/signup/v1/validatepermisis
Request Information
URI Parameters
None.
Body Parameters
CustomerAddressRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| postalcode | string |
Required Matching regular expression pattern: ([0-9]+) String length: inclusive between 6 and 6 |
|
| streetaddress | string |
Required |
|
| floor | string |
String length: inclusive between 0 and 3 |
|
| unit | string |
String length: inclusive between 0 and 15 |
|
| building | string |
String length: inclusive between 0 and 100 |
Request Formats
application/json, text/json
Sample:
{
"postalcode": "sample string 1",
"streetaddress": "sample string 2",
"floor": "sample string 3",
"unit": "sample string 4",
"building": "sample string 5"
}
text/plain, application/octet-stream
Sample:
{"postalcode":"sample string 1","streetaddress":"sample string 2","floor":"sample string 3","unit":"sample string 4","building":"sample string 5"}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |