POST api/FormFileSignatureSent
Flags a form file signature as sent to the integrating system.
Request Information
URI Parameters
None.
Body Parameters
MarkAsReceivedIntModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InternalID |
ID of object to be marked as received (Required). |
integer |
None. |
| Success |
Success. |
boolean |
None. |
| ResultMessage |
Result message. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"internalID": 1,
"success": true,
"resultMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<MarkAsReceivedIntModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.MarkAsReceived"> <InternalID>1</InternalID> <ResultMessage>sample string 3</ResultMessage> <Success>true</Success> </MarkAsReceivedIntModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
MarkAsReceivedIntModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InternalID |
ID of object to be marked as received (Required). |
integer |
None. |
| Success |
Success. |
boolean |
None. |
| ResultMessage |
Result message. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"internalID": 1,
"success": true,
"resultMessage": "sample string 3"
}
application/xml, text/xml
Sample:
<MarkAsReceivedIntModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalPortal.Api.Models.MarkAsReceived"> <InternalID>1</InternalID> <ResultMessage>sample string 3</ResultMessage> <Success>true</Success> </MarkAsReceivedIntModel>