POST api/SupportVNM/UpdateContractId

Request Information

URI Parameters

None.

Body Parameters

eContract
NameDescriptionTypeAdditional information
RefNum

string

None.

ContractId

string

None.

ContractNumber

string

None.

ContractStatus

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RefNum": "sample string 1",
  "ContractId": "sample string 2",
  "ContractNumber": "sample string 3",
  "ContractStatus": "sample string 4"
}

application/xml, text/xml

Sample:
<eContract xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Models">
  <ContractId>sample string 2</ContractId>
  <ContractNumber>sample string 3</ContractNumber>
  <ContractStatus>sample string 4</ContractStatus>
  <RefNum>sample string 1</RefNum>
</eContract>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.