POST api/OmsBulkOrderItemTransition?token={token}&secret={secret}
Validate the JWT token where we are NOT going to validate the issuer and the audience
Request Information
URI Parameters
| Name | Description | Type | Additional Information |
|---|---|---|---|
| token | string |
Required |
|
| secret | string |
Required |
Body Parameters
None.
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>