POST api/AssociateAllLetterAcknowledgment

Request Information

URI Parameters

None.

Body Parameters

AssociateAllLetterAcknowledgmentModels
NameDescriptionTypeAdditional information
InnovId

string

None.

LetterId

string

None.

LetterType

string

None.

signatureImage

string

None.

Latitude

string

None.

Longitude

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InnovId": "sample string 1",
  "LetterId": "sample string 2",
  "LetterType": "sample string 3",
  "signatureImage": "sample string 4",
  "Latitude": "sample string 5",
  "Longitude": "sample string 6"
}

application/xml, text/xml

Sample:
<AssociateAllLetterAcknowledgmentModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <InnovId>sample string 1</InnovId>
  <Latitude>sample string 5</Latitude>
  <LetterId>sample string 2</LetterId>
  <LetterType>sample string 3</LetterType>
  <Longitude>sample string 6</Longitude>
  <signatureImage>sample string 4</signatureImage>
</AssociateAllLetterAcknowledgmentModels>

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 'AssociateAllLetterAcknowledgmentModels'.

Response Information

Resource Description

AssociateAllLetterAcknowledgmentResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<AssociateAllLetterAcknowledgmentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <message>sample string 2</message>
  <status>sample string 1</status>
</AssociateAllLetterAcknowledgmentResponse>