POST api/CorporateAccount/Delete
Request Information
URI Parameters
None.
Body Parameters
DeleteCorporateAccountRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "b80dcc61-7472-4a5f-bf4f-6c7f50cef774" }
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>b80dcc61-7472-4a5f-bf4f-6c7f50cef774</CustomerId> </DeleteCorporateAccountRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeleteCorporateAccountResponseName | 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>