POST user/deletemanpower

Request Information

URI Parameters

None.

Body Parameters

DeleteManPowerModel
NameDescriptionTypeAdditional information
ManPowerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ManPowerId": 1
}

application/xml, text/xml

Sample:
<DeleteManPowerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NH_MachineOwner.Models.ComplexTypes">
  <ManPowerId>1</ManPowerId>
</DeleteManPowerModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GenericResponseModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<GenericResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NH_MachineOwner.Models.ComplexTypes">
  <Message>sample string 2</Message>
  <Success>true</Success>
</GenericResponseModel>