POST api/update/approve-store-keeper
Request Information
URI Parameters
None.
Body Parameters
ApproveStoreKeeper| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId | integer |
None. |
|
| EskAutoId | integer |
None. |
|
| ApprovalFlag | integer |
None. |
|
| RejectedReason | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SiteId": 1,
"EskAutoId": 2,
"ApprovalFlag": 3,
"RejectedReason": "sample string 4"
}
application/xml, text/xml
Sample:
<ApproveStoreKeeper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models"> <ApprovalFlag>3</ApprovalFlag> <EskAutoId>2</EskAutoId> <RejectedReason>sample string 4</RejectedReason> <SiteId>1</SiteId> </ApproveStoreKeeper>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.