POST api/mypages/orders/all
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": "29ecdb8a-547a-4c37-8343-ca7f5fb5c66f",
"shortUnique": "sample string 5"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.