POST api/CenPilot/UpdateMaster?ID={ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
MasterUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterId | string |
None. |
|
| City | string |
None. |
|
| Village | string |
None. |
|
| Location | string |
None. |
|
| Name | string |
None. |
|
| Type | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MasterId": "sample string 1",
"City": "sample string 2",
"Village": "sample string 3",
"Location": "sample string 4",
"Name": "sample string 5",
"Type": 6,
"Status": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.