POST api/account/Assessmentformsassignedtouser
Request Information
URI Parameters
None.
Body Parameters
DTOForDDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| PermissionValue | integer |
None. |
|
| TaxPercentage | decimal number |
None. |
|
| IsOnlinePayment | boolean |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Address | string |
None. |
|
| BranchLocationCategory | integer |
None. |
|
| IsMobile | boolean |
None. |
|
| IsWeb | boolean |
None. |
|
| IsHIMS | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "3d97a416-b300-4901-ba5c-6a410a52cfef",
"UserId": "69ac0612-44bf-40e4-9cbc-4cc14f75952f",
"Name": "sample string 1",
"PermissionValue": 2,
"TaxPercentage": 1.1,
"IsOnlinePayment": true,
"Latitude": 1.1,
"Longitude": 1.1,
"Address": "sample string 3",
"BranchLocationCategory": 1,
"IsMobile": true,
"IsWeb": true,
"IsHIMS": true
}
application/xml, text/xml
Sample:
<DTOForDDL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <Address>sample string 3</Address> <BranchLocationCategory>1</BranchLocationCategory> <Id>3d97a416-b300-4901-ba5c-6a410a52cfef</Id> <IsHIMS>true</IsHIMS> <IsMobile>true</IsMobile> <IsOnlinePayment>true</IsOnlinePayment> <IsWeb>true</IsWeb> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Name>sample string 1</Name> <PermissionValue>2</PermissionValue> <TaxPercentage>1.1</TaxPercentage> <UserId>69ac0612-44bf-40e4-9cbc-4cc14f75952f</UserId> </DTOForDDL>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.