POST api/v3/Certificates/edit
Request Information
URI Parameters
None.
Body Parameters
CertificatePostName | Description | Type | Additional information |
---|---|---|---|
CertificateID | integer |
None. |
|
Title | string |
None. |
|
ShotclassID | integer |
None. |
|
ShotclassName | string |
None. |
|
ProgramID | integer |
None. |
|
ProgramName | string |
None. |
|
Type | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "CertificateID": 1, "Title": "sample string 2", "ShotclassID": 1, "ShotclassName": "sample string 3", "ProgramID": 1, "ProgramName": "sample string 4", "Type": true }
text/html
Sample:
{"CertificateID":1,"Title":"sample string 2","ShotclassID":1,"ShotclassName":"sample string 3","ProgramID":1,"ProgramName":"sample string 4","Type":true}
text/xml
Sample:
<CertificatePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models"> <CertificateID>1</CertificateID> <ProgramID>1</ProgramID> <ProgramName>sample string 4</ProgramName> <ShotclassID>1</ShotclassID> <ShotclassName>sample string 3</ShotclassName> <Title>sample string 2</Title> <Type>true</Type> </CertificatePost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.