For the complete documentation index, see llms.txt. This page is also available as Markdown.

Receiverproposal

Receiver Proposal

Add Receiver Proposals

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
EncodingstringOptional

Optional file encoding 'UTF-8' or 'ISO-8859-1'. Default encoding is 'iso-8859-1'

Body
stringOptional
Responses
201

Successful operation

application/json

ReceiverResponse

resultstringOptional

Result

Example: success
errorsstringOptional

Result

Example: [['RP_uniqidT140443\/1','Schema validation failed']]
post/receiverproposal
POST /rest/receiverproposal HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/xml
Accept: */*
Content-Length: 6

"text"
{
  "result": "success",
  "errors": "[['RP_uniqidT140443\\/1','Schema validation failed']]"
}

Last updated

Was this helpful?