POST api/WMSLocation/Request/PrintJobCard
Request Information
URI Parameters
None.
Body Parameters
RequestForJobCardPrint| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| WhichJobCard | WhichJobCard |
None. |
|
| SiteId | string |
None. |
|
| TitleInfo | string |
None. |
|
| ItemId | string |
None. |
|
| OprId | string |
None. |
|
| Qty | integer |
None. |
|
| QtySub | integer |
None. |
|
| AreaResource | string |
None. |
|
| RequestedBy | string |
None. |
|
| RequestedDate | date |
None. |
|
| Printed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"WhichJobCard": {
"$id": "2",
"Id": 1,
"Description": "sample string 2",
"WhichEnum": 1,
"PartOfFileName": "sample string 3"
},
"SiteId": "sample string 2",
"TitleInfo": "sample string 3",
"ItemId": "sample string 4",
"OprId": "sample string 5",
"Qty": 6,
"QtySub": 7,
"AreaResource": "sample string 8",
"RequestedBy": "sample string 9",
"RequestedDate": "2025-11-30T18:45:59.8683177-05:00",
"Printed": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"