POST api/OmsInboundItemStatusUpdate?token={token}&secret={secret}&issuer={issuer}&audience={audience}

Validate the JWT token along with validating the issuer and the audience

Request Information

URI Parameters

NameDescriptionTypeAdditional Information
token

string

Required

secret

string

Required

issuer

string

Required

audience

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>