POST v1/CustomerCancellation
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.CustomerCancel| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
None. |
|
| cancellationOption | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customerId": 1,
"cancellationOption": "sample string 2"
}
Response Information
Resource Description
None.