POST Api/FollowUP/UploadState

Request Information

URI Parameters

None.

Body Parameters

BaseRequestOfListOfUploadStateModel
NameDescriptionTypeAdditional information
QueryType

string

None.

OrgCold

string

None.

Data

Collection of UploadStateModel

None.

Request Formats

application/json, text/json

Sample:
{
  "QueryType": "sample string 1",
  "OrgCold": "sample string 2",
  "Data": [
    {
      "ID": "sample string 1",
      "UploadState": "sample string 2"
    },
    {
      "ID": "sample string 1",
      "UploadState": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<BaseRequestOfArrayOfUploadStateModel5SttQZ81 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/GT.MobileAPI.Areas.FollowUP.Controllers">
    <d2p1:UploadStateModel>
      <d2p1:ID>sample string 1</d2p1:ID>
      <d2p1:UploadState>sample string 2</d2p1:UploadState>
    </d2p1:UploadStateModel>
    <d2p1:UploadStateModel>
      <d2p1:ID>sample string 1</d2p1:ID>
      <d2p1:UploadState>sample string 2</d2p1:UploadState>
    </d2p1:UploadStateModel>
  </Data>
  <OrgCold>sample string 2</OrgCold>
  <QueryType>sample string 1</QueryType>
</BaseRequestOfArrayOfUploadStateModel5SttQZ81>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'BaseRequest`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.