POST v6/integration/QB/updateTxnIds
Request Information
URI Parameters
None.
Body Parameters
UpdateTxnIdQBModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TxnId | string |
None. |
|
| EditSequence | string |
None. |
|
| IntegrationType | IntegrationType |
None. |
|
| TxnIdHolder | Collection of TxnIdHolder |
None. |
Request Formats
application/json, text/json
Sample:
{
"txnId": "sample string 1",
"editSequence": "sample string 2",
"integrationType": 1,
"txnIdHolder": [
{
"integrationTableId": 1,
"lineTxnId": "sample string 2"
},
{
"integrationTableId": 1,
"lineTxnId": "sample string 2"
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.