Receiverproposal
Receiver Proposal
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
resultstringOptionalExample:
Result
successerrorsstringOptionalExample:
Result
[['RP_uniqidT140443\/1','Schema validation failed']]400
Bad request
application/json
401
Unauthorized
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?

