POST api/Account/DeleteAccount

Request Information

URI Parameters

None.

Body Parameters

DeleteAccount
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "a09f91de-4d46-463e-b038-29b4599acb8a"
}

application/xml, text/xml

Sample:
<DeleteAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POSAPI.Models">
  <Id>a09f91de-4d46-463e-b038-29b4599acb8a</Id>
</DeleteAccount>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.