POST api/v1/tender-and-indent/status

Get the State data for a import

Request Information

URI Parameters

None.

Body Parameters

GetWebServiceCreationRequestParameter
NameDescriptionTypeAdditional information
WebServiceCreationRequestId

Id of the webservice

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "WebServiceCreationRequestId": "6ac1684c-773f-4b7b-b221-221cd27d69a2"
}

application/xml, text/xml

Sample:
<GetWebServiceCreationRequestParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08">
  <WebServiceCreationRequestId>6ac1684c-773f-4b7b-b221-221cd27d69a2</WebServiceCreationRequestId>
</GetWebServiceCreationRequestParameter>

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 'GetWebServiceCreationRequestParameter'.

Response Information

Resource Description

GetWebServiceCreationRequestResult
NameDescriptionTypeAdditional information
WebServiceCreationRequestId

Id of the WebServiceCreationRequest

globally unique identifier

None.

WebServiceCreationRequestState

State of the WebServiceCreationRequest

string

None.

WebServiceCreationRequestStateText

Text of the state of the WebServiceCreationRequest

string

None.

WebServiceCreationRequestStateResultNumber

When something is created, the number of the created item is in here

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "WebServiceCreationRequestId": "02d84c40-49d1-4f30-97d8-9d089b2b2142",
  "WebServiceCreationRequestState": "sample string 2",
  "WebServiceCreationRequestStateText": "sample string 3",
  "WebServiceCreationRequestStateResultNumber": 1
}

application/xml, text/xml

Sample:
<GetWebServiceCreationRequestResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://promotionaloffice.promidata.com/2012/08/08">
  <WebServiceCreationRequestId>02d84c40-49d1-4f30-97d8-9d089b2b2142</WebServiceCreationRequestId>
  <WebServiceCreationRequestState>sample string 2</WebServiceCreationRequestState>
  <WebServiceCreationRequestStateResultNumber>1</WebServiceCreationRequestStateResultNumber>
  <WebServiceCreationRequestStateText>sample string 3</WebServiceCreationRequestStateText>
</GetWebServiceCreationRequestResult>