GET api/Invoices/CapNordic/{externalReference1}/MarkAsReceived

Marks the Invoice with the ExternalReference1 value as Received.

Required Headers:
Authorization: Basic Http Authorization with valid Sertica credentials

Returns:
200 OK - Invoice was found and has been marked Received.
208 Already Reported - The Invoice was found but it was already marked as Received.
401 Unauthorized - If credentials are invalid
404 NotFound - If no invoices with ExternalReference1 was found

Request Information

URI Parameters

NameDescriptionTypeAdditional information
externalReference1

string

Required

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.