POST PGM/SaveShoeSize
Request Information
URI Parameters
None.
Body Parameters
EmployeeShoeSize| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpNo | string |
None. |
|
| ShoeSize | integer |
None. |
|
| Agree | boolean |
None. |
|
| IsOffice | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpNo": "sample string 1",
"ShoeSize": 2,
"Agree": true,
"IsOffice": true
}
text/html
Sample:
{"EmpNo":"sample string 1","ShoeSize":2,"Agree":true,"IsOffice":true}
application/xml, text/xml
Sample:
<EmployeeShoeSize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGM.Models"> <Agree>true</Agree> <EmpNo>sample string 1</EmpNo> <IsOffice>true</IsOffice> <ShoeSize>2</ShoeSize> </EmployeeShoeSize>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.