DELETE api/customerAbove/{customerAboveId}/customers/{customerId}?endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerAboveId

string

Required

customerId

string

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

ResponseDataOfBoolean
NameDescriptionTypeAdditional information
Token

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Data": true
}

application/xml, text/xml

Sample:
<ResponseDataOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models">
  <Data>true</Data>
  <Token>sample string 1</Token>
</ResponseDataOfboolean>