POST api/v1/SLInvoicesDueToChase_Sent

Confirm invoice chace as processed

Request Information

URI Parameters

None.

Body Parameters

SLInvoicesDueToChaseDoneParams
NameDescriptionTypeAdditional information
apiKey

Please contact Caliq support to get your key

string

Required

Max length: 30

ID

Unique record identifier

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "apiKey": "sample string 1",
  "ID": 2
}

application/xml, text/xml

Sample:
<SLInvoicesDueToChaseDoneParams xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <apiKey>sample string 1</apiKey>
  <ID>2</ID>
</SLInvoicesDueToChaseDoneParams>

Response Information

Resource Description

Returns:
200 OK
204 Not found
400 Bad Request - parameters supplied cannot be properly interpreted
401 Not Authorised if supplied api key is not valid
503 Service Unavailable

SLInvoicesDueToChase_DoneResults
NameDescriptionTypeAdditional information
OK

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "OK": true
}

application/xml, text/xml

Sample:
<SLInvoicesDueToChase_DoneResults xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OK>true</OK>
</SLInvoicesDueToChase_DoneResults>