POST api/Manifest/EnqueueManifestsForSettlement
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
multipart/form-data
Sample:
[1,2]
Response Information
Resource Description
SearchReplyOfInt64| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| Results | Collection of integer |
None. |
|
| Took | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1,
"Results": [
1,
2
],
"Took": 2
}
multipart/form-data
Sample:
{"Count":1,"Results":[1,2],"Took":2}