PUT api/FaithDevelopment?id={id}
Documentation for 'PutFaithDevelopment'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | Documentation for 'id'. |
Define this parameter in the request URI. |
faithdevelopment | Documentation for 'faithdevelopment'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "RecordId": 1, "ChurchId": 2, "Category": "sample string 3", "Names": "sample string 4", "WorkbookId": 5 }
application/xml, text/xml
Sample:
<FaithDevelopment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChargeConference.Models"> <Category>sample string 3</Category> <ChurchId>2</ChurchId> <Names>sample string 4</Names> <RecordId>1</RecordId> <WorkbookId>5</WorkbookId> </FaithDevelopment>
application/x-www-form-urlencoded
Sample:
Sample not available.