POST api/v1/Customers/{MemberNumber}/Certificates
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberNumber | string |
Required |
Body Parameters
CertificateRequestMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| attributes | CertificateFilterAttribute |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"attributes": {
"includeAll": true,
"sortBy": "sample string 2",
"CertificateAsOfDate": "sample string 3"
},
"type": "sample string 1"
}
application/xml, text/xml
Sample:
<CertificateRequestMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Type>sample string 1</Type>
<Attributes>
<IncludeAll>true</IncludeAll>
<SortBy>sample string 2</SortBy>
<CertificateAsOfDate>sample string 3</CertificateAsOfDate>
</Attributes>
</CertificateRequestMessage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnCertificatesResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ReturnCertificateMessage |
None. |
|
| CustomValues | Dictionary of string [key] and string [value] |
None. |
|
| Errors | Collection of IPartnerResponseMessageError |
None. |