POST api/mypages/search
Request Information
URI Parameters
None.
Body Parameters
MyPagesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AnyCustomerNumber | string |
None. |
|
| TelephoneOrEmail | string |
None. |
|
| IsStop | boolean |
None. |
|
| Name | string |
None. |
|
| PersonId | globally unique identifier |
None. |
|
| ShortUnique | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"anyCustomerNumber": "sample string 1",
"telephoneOrEmail": "sample string 2",
"isStop": true,
"name": "sample string 3",
"personId": "c17cfa7c-b580-46ec-a353-60e434961d65",
"shortUnique": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.