POST api/Partner/POSUpdateInvoiceAfterSynch

Request Information

URI Parameters

None.

Body Parameters

UpdateInvoiceAfterSynchModel
NameDescriptionTypeAdditional information
ID

integer

None.

ExternalKey

string

None.

ExternalRefNo

string

None.

ExternalTimestamp

date

None.

SynchMessage

string

None.

SynchedOK

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "ExternalKey": "sample string 2",
  "ExternalRefNo": "sample string 3",
  "ExternalTimestamp": "2025-09-05T16:05:12.4021236+00:00",
  "SynchMessage": "sample string 5",
  "SynchedOK": true
}

application/xml, text/xml

Sample:
<UpdateInvoiceAfterSynchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub.Server.Entities.Invoices.External">
  <ExternalKey>sample string 2</ExternalKey>
  <ExternalRefNo>sample string 3</ExternalRefNo>
  <ExternalTimestamp>2025-09-05T16:05:12.4021236+00:00</ExternalTimestamp>
  <ID>1</ID>
  <SynchMessage>sample string 5</SynchMessage>
  <SynchedOK>true</SynchedOK>
</UpdateInvoiceAfterSynchModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>