POST api/scheme/BOFNOCApprove
Request Information
URI Parameters
None.
Body Parameters
NOCApprove| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessPartnerId | integer |
None. |
|
| BusinessPartnerSchemeId | integer |
None. |
|
| isApproved | boolean |
None. |
|
| EmployeeType | string |
None. |
|
| EmployeeId | integer |
None. |
|
| SessionID | string |
None. |
|
| DeviceID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessPartnerId": 1,
"BusinessPartnerSchemeId": 2,
"isApproved": true,
"EmployeeType": "sample string 4",
"EmployeeId": 5,
"SessionID": "sample string 6",
"DeviceID": "sample string 7"
}
application/xml, text/xml
Sample:
<NOCApprove xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/application.knh.webapi.BE"> <DeviceID>sample string 7</DeviceID> <EmployeeId>5</EmployeeId> <SessionID>sample string 6</SessionID> <BusinessPartnerId>1</BusinessPartnerId> <BusinessPartnerSchemeId>2</BusinessPartnerSchemeId> <EmployeeType>sample string 4</EmployeeType> <isApproved>true</isApproved> </NOCApprove>
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.