POST api/jcbatch/status
Request Information
URI Parameters
None.
Body Parameters
Collection of BatchStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchId | integer |
None. |
|
| Status | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"BatchId": 1,
"Status": "sample string 2"
},
{
"BatchId": 1,
"Status": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfBatchStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccredoWeb.Model.JC">
<BatchStatus>
<BatchId>1</BatchId>
<Status>sample string 2</Status>
</BatchStatus>
<BatchStatus>
<BatchId>1</BatchId>
<Status>sample string 2</Status>
</BatchStatus>
</ArrayOfBatchStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of BatchStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchId | integer |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BatchId": 1,
"Status": "sample string 2"
},
{
"BatchId": 1,
"Status": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfBatchStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccredoWeb.Model.JC">
<BatchStatus>
<BatchId>1</BatchId>
<Status>sample string 2</Status>
</BatchStatus>
<BatchStatus>
<BatchId>1</BatchId>
<Status>sample string 2</Status>
</BatchStatus>
</ArrayOfBatchStatus>