DELETE request/customer/{customerId}

Delete a specific customer company

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

integer

Required

Body Parameters

CustomerDeleteReason
NameDescriptionTypeAdditional information
DeleteReasonId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "deleteReasonId": 1
}

text/html

Sample:
{"deleteReasonId":1}

application/xml, text/xml

Sample:
<CustomerDeleteReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.CustomerDto">
  <DeleteReasonId>1</DeleteReasonId>
</CustomerDeleteReason>

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>