POST api/Laundry/GetDetails
Request Information
URI Parameters
None.
Body Parameters
GetDEtailsDTOName | Description | Type | Additional information |
---|---|---|---|
DelLocation | globally unique identifier |
None. |
|
UserID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "DelLocation": "34d73f3f-8496-4057-ad59-e53323dac4aa", "UserID": "8958fb90-5a7d-40f4-bb35-185d54bd4f7c" }
application/xml, text/xml
Sample:
<GetDEtailsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO"> <DelLocation>34d73f3f-8496-4057-ad59-e53323dac4aa</DelLocation> <UserID>8958fb90-5a7d-40f4-bb35-185d54bd4f7c</UserID> </GetDEtailsDTO>
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>