DELETE Companies({CompanyId})/Sales({SalesOrderId}
This Call Marks a Sales Order as Cancelled and at the Location specified within the Company
Information:
Base URL:
https://api.covasoft.net/pointofsale
Example of a call would be:
https://api.covasoft.net/pointofsale/Companies({CompanyId})/Sales({SalesOrderId})
This call can only be made before Payment Intake API is called and will fail after payment
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| CompanyId | Company Id from your onboarding package | integer | Required | 
| SalesOrderId | Sales Order Guid Id that you want to Complete | globally unique identifier | Required | 
Body Parameters
None.
Response Information
Resource Description
Canceled Sales Order with the Guid that was provided
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | None. | |
| Content | HttpContent | None. | |
| StatusCode | HttpStatusCode | None. | |
| ReasonPhrase | string | None. | |
| Headers | Collection of Object | None. | |
| RequestMessage | HttpRequestMessage | None. | |
| IsSuccessStatusCode | boolean | None. |