POST PGM/SaveCorpCustomerMeasurements
Request Information
URI Parameters
None.
Body Parameters
CorpCustomerMeasurement| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| EmpNo | string |
None. |
|
| Unit | string |
None. |
|
| Waist | decimal number |
None. |
|
| Seat | decimal number |
None. |
|
| Length | decimal number |
None. |
|
| Bottom | decimal number |
None. |
|
| Thigh | decimal number |
None. |
|
| Inseam | decimal number |
None. |
|
| FisYear | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": 1,
"EmpNo": "sample string 2",
"Unit": "sample string 3",
"Waist": 4.0,
"Seat": 5.0,
"Length": 6.0,
"Bottom": 7.0,
"Thigh": 8.0,
"Inseam": 9.0,
"FisYear": "sample string 10"
}
text/html
Sample:
{"CustomerID":1,"EmpNo":"sample string 2","Unit":"sample string 3","Waist":4.0,"Seat":5.0,"Length":6.0,"Bottom":7.0,"Thigh":8.0,"Inseam":9.0,"FisYear":"sample string 10"}
application/xml, text/xml
Sample:
<CorpCustomerMeasurement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGM.Models"> <Bottom>7</Bottom> <CustomerID>1</CustomerID> <EmpNo>sample string 2</EmpNo> <FisYear>sample string 10</FisYear> <Inseam>9</Inseam> <Length>6</Length> <Seat>5</Seat> <Thigh>8</Thigh> <Unit>sample string 3</Unit> <Waist>4</Waist> </CorpCustomerMeasurement>
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.