POST api/account/Assessmentformsassignedtouser
Request Information
URI Parameters
None.
Body Parameters
DTOForDDLName | 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": "223ae7cc-9d83-4211-9825-1a38fd8a2aff", "UserId": "3a1527f0-7330-4f24-844a-fa8bf22c5eb7", "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>223ae7cc-9d83-4211-9825-1a38fd8a2aff</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>3a1527f0-7330-4f24-844a-fa8bf22c5eb7</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.