POST api/TServices/VechileInsurance
Request Information
URI Parameters
None.
Body Parameters
VechileInsuName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
None. |
|
VechileDetails | string |
None. |
|
Address | globally unique identifier |
None. |
|
comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": "ca5d114c-6027-44cf-b5f9-3109c368173f", "VechileDetails": "sample string 2", "Address": "68e67317-f7df-4b01-832c-57934c612104", "comments": "sample string 4" }
application/xml, text/xml
Sample:
<VechileInsu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO"> <Address>68e67317-f7df-4b01-832c-57934c612104</Address> <UserID>ca5d114c-6027-44cf-b5f9-3109c368173f</UserID> <VechileDetails>sample string 2</VechileDetails> <comments>sample string 4</comments> </VechileInsu>
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>