POST api/GetPass/mobUpdatePms
Request Information
URI Parameters
None.
Body Parameters
pms| Name | Description | Type | Additional information |
|---|---|---|---|
| sn | integer |
None. |
|
| type | string |
None. |
|
| desc | string |
None. |
|
| closedate | date |
None. |
|
| docverify | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"sn": 1,
"type": "sample string 2",
"desc": "sample string 3",
"closedate": "2025-12-30T17:05:21.6032311+00:00",
"docverify": "sample string 5"
}
application/xml, text/xml
Sample:
<pms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models"> <closedate>2025-12-30T17:05:21.6032311+00:00</closedate> <desc>sample string 3</desc> <docverify>sample string 5</docverify> <sn>1</sn> <type>sample string 2</type> </pms>
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.