POST api/Rmt/Occupants/Delete
Request Information
URI Parameters
None.
Body Parameters
ObjectNone.
Request Formats
application/json, text/json
Sample:
{}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RequestResultOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Result | boolean |
None. |
|
Code | string |
None. |
|
Msg | string |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "Code": "sample string 2", "Msg": "sample string 3", "Data": true }