POST api/GetPass/InsertService1

Request Information

URI Parameters

None.

Body Parameters

pservice
NameDescriptionTypeAdditional information
CusId

decimal number

None.

DcrId

decimal number

None.

ServiceDescription

string

None.

ServiceImage

string

None.

Status

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "CusId": 1.0,
  "DcrId": 2.0,
  "ServiceDescription": "sample string 3",
  "ServiceImage": "sample string 4",
  "Status": "sample string 5"
}

application/xml, text/xml

Sample:
<pservice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <CusId>1</CusId>
  <DcrId>2</DcrId>
  <ServiceDescription>sample string 3</ServiceDescription>
  <ServiceImage>sample string 4</ServiceImage>
  <Status>sample string 5</Status>
</pservice>

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, text/html

Sample:

Sample not available.