POST GPDocumentCounter
Request Information
URI Parameters
None.
Body Parameters
GPDocumentCounterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Site | string |
None. |
|
| ProductID | string |
None. |
|
| TradingPartnerID | string |
None. |
|
| DocumentType | integer |
None. |
|
| ErrorCount | integer |
None. |
|
| SuccessCount | integer |
None. |
|
| ErrorAmt | decimal number |
None. |
|
| SuccessAmt | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"site": "sample string 1",
"productID": "sample string 2",
"tradingPartnerID": "sample string 3",
"documentType": 4,
"errorCount": 5,
"successCount": 6,
"errorAmt": 7.0,
"successAmt": 8.0
}
Response Information
Resource Description
None.