POST api/GetEsicCardImageLink
Request Information
URI Parameters
None.
Body Parameters
GetEsicCardImageLinkModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GNETAssociateID | string |
None. |
|
| InnovId | integer |
None. |
|
| FilePath | string |
None. |
|
| BannerURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GNETAssociateID": "sample string 1",
"InnovId": 2,
"FilePath": "sample string 3",
"BannerURL": "sample string 4"
}
application/xml, text/xml
Sample:
<GetEsicCardImageLinkModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <BannerURL>sample string 4</BannerURL> <FilePath>sample string 3</FilePath> <GNETAssociateID>sample string 1</GNETAssociateID> <InnovId>2</InnovId> </GetEsicCardImageLinkModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetEsicCardImageLinkResponse| 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:
<GetEsicCardImageLinkResponse 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> </GetEsicCardImageLinkResponse>