POST api/App/UploadCallsheet

Request Information

URI Parameters

None.

Body Parameters

UploadCallsheetRequest
NameDescriptionTypeAdditional information
memberId

integer

None.

base64Photo

string

None.

ProductionId

integer

None.

OtherProduction

string

None.

Request Formats

application/json, text/json

Sample:
{
  "memberId": 1,
  "base64Photo": "sample string 2",
  "ProductionId": 3,
  "OtherProduction": "sample string 4"
}

application/xml, text/xml

Sample:
<UploadCallsheetRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnionOwnersBackend.Models">
  <OtherProduction>sample string 4</OtherProduction>
  <ProductionId>3</ProductionId>
  <base64Photo>sample string 2</base64Photo>
  <memberId>1</memberId>
</UploadCallsheetRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />