POST api/GetIncrementLetter
Request Information
URI Parameters
None.
Body Parameters
IncrementLetter| Name | Description | Type | Additional information |
|---|---|---|---|
| GNETAssociateID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GNETAssociateID": "sample string 1"
}
application/xml, text/xml
Sample:
<IncrementLetter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <GNETAssociateID>sample string 1</GNETAssociateID> </IncrementLetter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AssociateDetailsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ImageArr | string |
None. |
|
| Status | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ImageArr": "sample string 1",
"Status": "sample string 2",
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<AssociateDetailsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <ImageArr>sample string 1</ImageArr> <Message>sample string 3</Message> <Status>sample string 2</Status> </AssociateDetailsResponse>