POST api/pes/GetDeloitteStaff
Request Information
URI Parameters
None.
Body Parameters
PESStaffRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| StaffCode | string |
None. |
|
| StaffName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StaffCode": "sample string 1",
"StaffName": "sample string 2"
}
application/xml, text/xml
Sample:
<PESStaffRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <StaffCode>sample string 1</StaffCode> <StaffName>sample string 2</StaffName> </PESStaffRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfPESStaffResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | PESStaffResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.