PUT api/content/v4/passportmanualrequest
Request Information
URI Parameters
None.
Body Parameters
APIPassportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| UserUniqueId | integer |
None. |
|
| ImageType | integer |
None. |
|
| Photo | string |
None. |
|
| ReceiptPhoto | string |
None. |
|
| LoyaltyEventId | integer |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| LocationId | integer |
None. |
|
| LanguageId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UniqueId": "37986d67-e77a-469a-8f06-eff7ec990cd4",
"UserUniqueId": 3,
"ImageType": 4,
"Photo": "sample string 5",
"ReceiptPhoto": "sample string 6",
"LoyaltyEventId": 7,
"Latitude": 8.0,
"Longitude": 9.0,
"LocationId": 10,
"LanguageId": 11
}
application/xml, text/xml
Sample:
<APIPassportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <CustomerId>1</CustomerId> <ImageType>4</ImageType> <LanguageId>11</LanguageId> <Latitude>8</Latitude> <LocationId>10</LocationId> <Longitude>9</Longitude> <LoyaltyEventId>7</LoyaltyEventId> <Photo>sample string 5</Photo> <ReceiptPhoto>sample string 6</ReceiptPhoto> <UniqueId>37986d67-e77a-469a-8f06-eff7ec990cd4</UniqueId> <UserUniqueId>3</UserUniqueId> </APIPassportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfAPIResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | APIResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {
"Status": true,
"Message": "sample string 2"
}
}
application/xml, text/xml
Sample:
<APICommonWrapperOfAPIResultZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data>
<Message>sample string 2</Message>
<Status>true</Status>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfAPIResultZdSfSp5S>