POST api/st/stplans?userID={userID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | integer |
Required |
Body Parameters
Collection of to_stplans| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| stid | integer |
None. |
|
| SubTaskName | string |
None. |
|
| plDtID | integer |
None. |
|
| date | date |
None. |
|
| ia | integer |
None. |
|
| cb | integer |
None. |
|
| co | date |
None. |
|
| mb | integer |
None. |
|
| mo | date |
None. |
|
| PlQty | decimal number |
None. |
|
| UnPlanID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"id": 1,
"stid": 2,
"SubTaskName": "sample string 3",
"plDtID": 4,
"date": "2026-06-01T18:38:51.92458+00:00",
"ia": 6,
"cb": 1,
"co": "2026-06-01T18:38:51.92458+00:00",
"mb": 1,
"mo": "2026-06-01T18:38:51.9250988+00:00",
"PlQty": 7.0,
"UnPlanID": 1
},
{
"id": 1,
"stid": 2,
"SubTaskName": "sample string 3",
"plDtID": 4,
"date": "2026-06-01T18:38:51.92458+00:00",
"ia": 6,
"cb": 1,
"co": "2026-06-01T18:38:51.92458+00:00",
"mb": 1,
"mo": "2026-06-01T18:38:51.9250988+00:00",
"PlQty": 7.0,
"UnPlanID": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfto_stplans xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Login.Controllers.OMS">
<to_stplans>
<PlQty>7</PlQty>
<SubTaskName>sample string 3</SubTaskName>
<UnPlanID>1</UnPlanID>
<cb>1</cb>
<co>2026-06-01T18:38:51.92458+00:00</co>
<date>2026-06-01T18:38:51.92458+00:00</date>
<ia>6</ia>
<id>1</id>
<mb>1</mb>
<mo>2026-06-01T18:38:51.9250988+00:00</mo>
<plDtID>4</plDtID>
<stid>2</stid>
</to_stplans>
<to_stplans>
<PlQty>7</PlQty>
<SubTaskName>sample string 3</SubTaskName>
<UnPlanID>1</UnPlanID>
<cb>1</cb>
<co>2026-06-01T18:38:51.92458+00:00</co>
<date>2026-06-01T18:38:51.92458+00:00</date>
<ia>6</ia>
<id>1</id>
<mb>1</mb>
<mo>2026-06-01T18:38:51.9250988+00:00</mo>
<plDtID>4</plDtID>
<stid>2</stid>
</to_stplans>
</ArrayOfto_stplans>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |