POST api/memo/pendinglistforpo
Request Information
URI Parameters
None.
Body Parameters
MyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| custCode | string |
None. |
|
| selIds | Collection of Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"custCode": "sample string 1",
"selIds": [
{},
{}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}