POST api/SendPreservationScripture
提交用户抄经记录
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
value |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "MemberId": "sample string 1", "ScriptureId": "sample string 2", "CompleteField": "sample string 3", "PercentageCompletion": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": "sample string 1", "Message": "sample string 2", "ResponseData": {} }