GET api/GetPass/InsertService31
Request Information
URI Parameters
None.
Body Parameters
pservice1| Name | Description | Type | Additional information |
|---|---|---|---|
| CusId | decimal number |
None. |
|
| DcrId | decimal number |
None. |
|
| ServiceDescription | string |
None. |
|
| ServiceImage | string |
None. |
|
| Status | string |
None. |
|
| reporttype | 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",
"reporttype": "sample string 6"
}
application/xml, text/xml
Sample:
<pservice1 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> <reporttype>sample string 6</reporttype> </pservice1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.