POST api/SalesOrderSignature/Register

Register signature on sales order

Request Information

URI Parameters

None.

Body Parameters

SalesOrderSignature
NameDescriptionTypeAdditional information
SalesOrderId

globally unique identifier

None.

Signature

string

None.

SignersName

string

None.

SignedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SalesOrderId": "32ebb22a-e423-489c-b07c-6bd5e2ff36f6",
  "Signature": "sample string 2",
  "SignersName": "sample string 3",
  "SignedDateTime": "2026-06-25T16:09:09.2569131+02:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SalesOrderSignature'.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"