DELETE api/Device/DeleteByCompanyNumber

Request Information

URI Parameters

None.

Body Parameters

Device
NameDescriptionTypeAdditional information
type

integer

None.

personNumber

string

None.

companyNumber

string

None.

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "type": 1,
  "personNumber": "sample string 2",
  "companyNumber": "sample string 3",
  "token": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.