POST api/VendorPass

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ImageResult
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

PassPicture

Collection of byte

None.

PassURL

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "PassPicture": "QEA=",
  "PassURL": "sample string 3"
}

application/xml, text/xml

Sample:
<ImageResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CultFit_API.ViewModels">
  <Message>sample string 2</Message>
  <PassPicture>QEA=</PassPicture>
  <PassURL>sample string 3</PassURL>
  <Success>true</Success>
</ImageResult>