POST api/Photostat/GetDetails
Request Information
URI Parameters
None.
Body Parameters
GetPhotostatBookDetailDTOName | Description | Type | Additional information |
---|---|---|---|
location | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "location": "4f627cca-d07e-4653-8065-953fffb4d263", "UserID": "e0ac3044-ab1c-427a-b724-c760126d86f3" }
application/xml, text/xml
Sample:
<GetPhotostatBookDetailDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO"> <UserID>e0ac3044-ab1c-427a-b724-c760126d86f3</UserID> <location>4f627cca-d07e-4653-8065-953fffb4d263</location> </GetPhotostatBookDetailDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDtoOfObjectName | Description | Type | Additional information |
---|---|---|---|
Status_cd | boolean |
None. |
|
Data | Object |
None. |
|
status_Desc | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status_cd": true, "Data": {}, "status_Desc": "sample string 3" }
application/xml, text/xml
Sample:
<ResponseDtoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO"> <Data /> <Status_cd>true</Status_cd> <status_Desc>sample string 3</status_Desc> </ResponseDtoOfanyType>