POST api/SpokePersonMaster/IsActiveSpokePerson
Request Information
URI Parameters
None.
Body Parameters
SpokePersonMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SEQ | integer |
None. |
|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BrandId | integer |
None. |
|
| CompanyName | string |
None. |
|
| BrandName | string |
None. |
|
| SpokePerson | string |
None. |
|
| Designation | string |
None. |
|
| IsActive | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"SEQ": 1,
"Id": 2,
"CompanyId": 3,
"BrandId": 4,
"CompanyName": "sample string 5",
"BrandName": "sample string 6",
"SpokePerson": "sample string 7",
"Designation": "sample string 8",
"IsActive": 9,
"TotalCount": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.