DELETE api/clerk/{clerkId}/shop/{shopId}/terminal/{terminal}

Provide true/false on deletion of a clerk, given a clerk id, a shop id and a teminal id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clerkId

The clerk id.

string

Required

shopId

The shop id.

integer

Required

terminal

The terminal id.

string

Required

Body Parameters

None.

Response Information

Resource Description

True/false.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>