POST api/OmsRmaManagement?stringToken={stringToken}&secret={secret}
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| stringToken | string |
Required |
|
| secret | string |
Required |
Body Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| Actor | string |
None. |
|
| Audiences | Collection of string |
None. |
|
| Claims | Collection of Claim |
None. |
|
| EncodedHeader | string |
None. |
|
| EncodedPayload | string |
None. |
|
| Header | Dictionary of Object [key] and Object [value] |
None. |
|
| Id | string |
None. |
|
| Issuer | string |
None. |
|
| Payload | Dictionary of Object [key] and Object [value] |
None. |
|
| InnerToken | JwtSecurityToken |
None. |
|
| RawAuthenticationTag | string |
None. |
|
| RawCiphertext | string |
None. |
|
| RawData | string |
None. |
|
| RawEncryptedKey | string |
None. |
|
| RawInitializationVector | string |
None. |
|
| RawHeader | string |
None. |
|
| RawPayload | string |
None. |
|
| RawSignature | string |
None. |
|
| SecurityKey | SecurityKey |
None. |
|
| SignatureAlgorithm | string |
None. |
|
| SigningCredentials | SigningCredentials |
None. |
|
| EncryptingCredentials | EncryptingCredentials |
None. |
|
| SigningKey | SecurityKey |
None. |
|
| Subject | string |
None. |
|
| ValidFrom | date |
None. |
|
| ValidTo | date |
None. |
|
| IssuedAt | date |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
boolean
Response Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>