POST api/Intake/AddCustomDictionaryItem
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"AppContextId": "0caea97a-7ff4-42b1-813f-f75972117abb",
"Parameter": {
"Id": 1,
"Name": "sample string 2",
"Type": 3,
"IsDeleted": true,
"Connections": [
{
"ParentCustomDictionaryItemId": 1,
"CustomDictionaryItemId": 1,
"DictionaryItemId": 1
},
{
"ParentCustomDictionaryItemId": 1,
"CustomDictionaryItemId": 1,
"DictionaryItemId": 1
},
{
"ParentCustomDictionaryItemId": 1,
"CustomDictionaryItemId": 1,
"DictionaryItemId": 1
}
]
}
}
application/xml, text/xml
Sample:
<AuthenticatedInputOfCustomDictionaryItemModelFsQZum3F xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
<Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.EHR.Entities.Intake">
<d2p1:Connections>
<d2p1:CustomDictionaryItemReferenceModel>
<d2p1:CustomDictionaryItemId>1</d2p1:CustomDictionaryItemId>
<d2p1:DictionaryItemId>1</d2p1:DictionaryItemId>
<d2p1:ParentCustomDictionaryItemId>1</d2p1:ParentCustomDictionaryItemId>
</d2p1:CustomDictionaryItemReferenceModel>
<d2p1:CustomDictionaryItemReferenceModel>
<d2p1:CustomDictionaryItemId>1</d2p1:CustomDictionaryItemId>
<d2p1:DictionaryItemId>1</d2p1:DictionaryItemId>
<d2p1:ParentCustomDictionaryItemId>1</d2p1:ParentCustomDictionaryItemId>
</d2p1:CustomDictionaryItemReferenceModel>
<d2p1:CustomDictionaryItemReferenceModel>
<d2p1:CustomDictionaryItemId>1</d2p1:CustomDictionaryItemId>
<d2p1:DictionaryItemId>1</d2p1:DictionaryItemId>
<d2p1:ParentCustomDictionaryItemId>1</d2p1:ParentCustomDictionaryItemId>
</d2p1:CustomDictionaryItemReferenceModel>
</d2p1:Connections>
<d2p1:Id>1</d2p1:Id>
<d2p1:IsDeleted>true</d2p1:IsDeleted>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>3</d2p1:Type>
</Parameter>
<AppContextId>0caea97a-7ff4-42b1-813f-f75972117abb</AppContextId>
</AuthenticatedInputOfCustomDictionaryItemModelFsQZum3F>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.