POST api/CorporateAccount/Delete
Request Information
URI Parameters
None.
Body Parameters
DeleteCorporateAccountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "4998008a-32c5-4b9d-b788-7fca745a9980"
}
application/xml, text/xml
Sample:
<DeleteCorporateAccountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <CustomerId>4998008a-32c5-4b9d-b788-7fca745a9980</CustomerId> </DeleteCorporateAccountRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeleteCorporateAccountResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}
application/xml, text/xml
Sample:
<DeleteCorporateAccountResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response"> <Success>true</Success> </DeleteCorporateAccountResponse>