POST api/ClergyCatPrefixMap/Save?ClergyCategoryId={ClergyCategoryId}&LoginUser={LoginUser}&LoginIp={LoginIp}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClergyCategoryId | integer |
Required |
|
| LoginUser | integer |
Required |
|
| LoginIp | string |
Required |
Body Parameters
Collection of ClergyCatPrefixMapSave| Name | Description | Type | Additional information |
|---|---|---|---|
| ClergyCategory | ClergyCategoryLookup |
Required |
|
| Prefix | PrefixLookup |
Required |
Request Formats
application/json, text/json
Sample:
[
{
"ClergyCategory": {
"ClergyCategoryId": 1,
"ClergyCategoryName": "sample string 2",
"ClergyTypeId": 3
},
"Prefix": {
"PrefixId": 1,
"PrefixName": "sample string 2"
}
},
{
"ClergyCategory": {
"ClergyCategoryId": 1,
"ClergyCategoryName": "sample string 2",
"ClergyTypeId": 3
},
"Prefix": {
"PrefixId": 1,
"PrefixName": "sample string 2"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfClergyCatPrefixMapSave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<ClergyCatPrefixMapSave>
<ClergyCategory>
<ClergyCategoryId>1</ClergyCategoryId>
<ClergyCategoryName>sample string 2</ClergyCategoryName>
<ClergyTypeId>3</ClergyTypeId>
</ClergyCategory>
<Prefix>
<PrefixId>1</PrefixId>
<PrefixName>sample string 2</PrefixName>
</Prefix>
</ClergyCatPrefixMapSave>
<ClergyCatPrefixMapSave>
<ClergyCategory>
<ClergyCategoryId>1</ClergyCategoryId>
<ClergyCategoryName>sample string 2</ClergyCategoryName>
<ClergyTypeId>3</ClergyTypeId>
</ClergyCategory>
<Prefix>
<PrefixId>1</PrefixId>
<PrefixName>sample string 2</PrefixName>
</Prefix>
</ClergyCatPrefixMapSave>
</ArrayOfClergyCatPrefixMapSave>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.