POST api/jcbatch/verifybatchlines
Request Information
URI Parameters
None.
Body Parameters
Collection of TransactionVerification| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchId | integer |
None. |
|
| GroupIdentifier | globally unique identifier |
None. |
|
| Valid | boolean |
None. |
|
| lineIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"BatchId": 1,
"GroupIdentifier": "5b205bb2-b617-4cb7-882d-212df59f1dce",
"Valid": true,
"lineIds": [
1,
2
]
},
{
"BatchId": 1,
"GroupIdentifier": "5b205bb2-b617-4cb7-882d-212df59f1dce",
"Valid": true,
"lineIds": [
1,
2
]
}
]
application/xml, text/xml
Sample:
<ArrayOfTransactionVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccredoWeb.Model.JC">
<TransactionVerification>
<BatchId>1</BatchId>
<GroupIdentifier>5b205bb2-b617-4cb7-882d-212df59f1dce</GroupIdentifier>
<Valid>true</Valid>
<lineIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</lineIds>
</TransactionVerification>
<TransactionVerification>
<BatchId>1</BatchId>
<GroupIdentifier>5b205bb2-b617-4cb7-882d-212df59f1dce</GroupIdentifier>
<Valid>true</Valid>
<lineIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</lineIds>
</TransactionVerification>
</ArrayOfTransactionVerification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TransactionVerification| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchId | integer |
None. |
|
| GroupIdentifier | globally unique identifier |
None. |
|
| Valid | boolean |
None. |
|
| lineIds | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BatchId": 1,
"GroupIdentifier": "0e65cf88-6877-4d2f-a872-d15be0b2fb55",
"Valid": true,
"lineIds": [
1,
2
]
},
{
"BatchId": 1,
"GroupIdentifier": "0e65cf88-6877-4d2f-a872-d15be0b2fb55",
"Valid": true,
"lineIds": [
1,
2
]
}
]
application/xml, text/xml
Sample:
<ArrayOfTransactionVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccredoWeb.Model.JC">
<TransactionVerification>
<BatchId>1</BatchId>
<GroupIdentifier>0e65cf88-6877-4d2f-a872-d15be0b2fb55</GroupIdentifier>
<Valid>true</Valid>
<lineIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</lineIds>
</TransactionVerification>
<TransactionVerification>
<BatchId>1</BatchId>
<GroupIdentifier>0e65cf88-6877-4d2f-a872-d15be0b2fb55</GroupIdentifier>
<Valid>true</Valid>
<lineIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</lineIds>
</TransactionVerification>
</ArrayOfTransactionVerification>