POST api/FormFileSignatureSent

Flags a form file signature as sent to the integrating system.

Request Information

URI Parameters

None.

Body Parameters

MarkAsReceivedIntModel
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

MarkAsReceivedIntModel
NameDescriptionTypeAdditional 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>