GET api/UOfMScheduleDetail/{UOfM_Schedule}/{UOfM}/{Seq_Number}
Get UOfMScheduleDetail requests.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| UOfM_Schedule | No documentation available. |
Define this parameter in the request URI. |
| UOfM | No documentation available. |
Define this parameter in the request URI. |
| Seq_Number | No documentation available. |
Define this parameter in the request URI. |
Request body formats
text/plain
Sample:
No body required. Body is ignored.
Response Information
Response body formats
application/json, text/json
Sample:
{
"UOfM_Schedule": "sample string 1",
"UOfM": "sample string 2",
"Seq_Number": 3,
"Equiv_UOfM": "sample string 4",
"Equiv_Qty": 5.0,
"Qty_Base_UOfM": 6.0,
"UserFieldData": [
{},
{},
{}
],
"UserFieldNames": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"Notifications": null
}