POST Generate
Request Information
URI Parameters
None.
Body Parameters
ReceivableModel| Name | Description | Type | Additional information |
|---|---|---|---|
| objectId | globally unique identifier |
None. |
|
| emailId | globally unique identifier |
None. |
|
| noteId | globally unique identifier |
None. |
|
| taskId | globally unique identifier |
None. |
|
| isCustomer | boolean |
None. |
|
| reportName | string |
None. |
|
| secondPageReportName | string |
None. |
|
| Passcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"objectId": "1048d6d6-fbb3-42bb-a270-6d52095bf5d8",
"emailId": "7f36eaea-5591-4d5c-8904-5974d6503968",
"noteId": "7e997cb3-9f29-4b1a-86d8-4dc7350dd319",
"taskId": "c0df744b-8fa2-4d5b-bbf2-08878ac2cccb",
"isCustomer": true,
"reportName": "sample string 6",
"secondPageReportName": "sample string 7",
"Passcode": "sample string 8"
}
application/xml, text/xml
Sample:
<ReceivableModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuretySystem.API.Models"> <Passcode>sample string 8</Passcode> <emailId>7f36eaea-5591-4d5c-8904-5974d6503968</emailId> <isCustomer>true</isCustomer> <noteId>7e997cb3-9f29-4b1a-86d8-4dc7350dd319</noteId> <objectId>1048d6d6-fbb3-42bb-a270-6d52095bf5d8</objectId> <reportName>sample string 6</reportName> <secondPageReportName>sample string 7</secondPageReportName> <taskId>c0df744b-8fa2-4d5b-bbf2-08878ac2cccb</taskId> </ReceivableModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | integer |
None. |
|
| Message | string |
None. |
|
| EntityId | string |
None. |
|
| Results | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultCode": 1,
"Message": "sample string 2",
"EntityId": "sample string 3",
"Results": [
{},
{}
]
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuretySystem.API.Models">
<EntityId>sample string 3</EntityId>
<Message>sample string 2</Message>
<ResultCode>1</ResultCode>
<Results xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Results>
</Result>