POST api/TO/TNPWFDBulkUpdate

Request Information

URI Parameters

None.

Body Parameters

TransportWaiverFreedays
NameDescriptionTypeAdditional information
TFW_STATUS

string

None.

TFW_CREATED_BY

integer

None.

TFW_MODE

string

None.

TFW_FREE_DAYS

Collection of TnpWaiverFreedaysList

None.

Request Formats

application/json, text/json

Sample:
{
  "TFW_STATUS": "sample string 1",
  "TFW_CREATED_BY": 1,
  "TFW_MODE": "sample string 2",
  "TFW_FREE_DAYS": [
    {
      "TFW_SELECT": true,
      "TFW_ID": 1,
      "TFW_STATUS": "sample string 1",
      "TFW_NOTES": "sample string 2",
      "TFW_CREATED_BY": 1
    },
    {
      "TFW_SELECT": true,
      "TFW_ID": 1,
      "TFW_STATUS": "sample string 1",
      "TFW_NOTES": "sample string 2",
      "TFW_CREATED_BY": 1
    }
  ]
}

application/xml, text/xml

Sample:
<TransportWaiverFreedays xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <TFW_CREATED_BY>1</TFW_CREATED_BY>
  <TFW_FREE_DAYS>
    <TnpWaiverFreedaysList>
      <TFW_CREATED_BY>1</TFW_CREATED_BY>
      <TFW_ID>1</TFW_ID>
      <TFW_NOTES>sample string 2</TFW_NOTES>
      <TFW_SELECT>true</TFW_SELECT>
      <TFW_STATUS>sample string 1</TFW_STATUS>
    </TnpWaiverFreedaysList>
    <TnpWaiverFreedaysList>
      <TFW_CREATED_BY>1</TFW_CREATED_BY>
      <TFW_ID>1</TFW_ID>
      <TFW_NOTES>sample string 2</TFW_NOTES>
      <TFW_SELECT>true</TFW_SELECT>
      <TFW_STATUS>sample string 1</TFW_STATUS>
    </TnpWaiverFreedaysList>
  </TFW_FREE_DAYS>
  <TFW_MODE>sample string 2</TFW_MODE>
  <TFW_STATUS>sample string 1</TFW_STATUS>
</TransportWaiverFreedays>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.