PUT CompanyContractsOverLimits

Updates the CompanyContracts OverLimit

Request Information

URI Parameters

None.

Body Parameters

The new data of the CompanyContracts OverLimit

CompanyContractOverLimitDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdCompanyContract

globally unique identifier

None.

ContractName

string

None.

IdCompany

globally unique identifier

None.

CompanyName

string

None.

IdNetwork

globally unique identifier

None.

DateFrom

string

None.

DateTo

string

None.

CreationDate

string

None.

CreationNetworkDate

string

None.

NetworkTimeZone

string

None.

Value

decimal number

None.

Type

byte

None.

TypeName

string

None.

State

byte

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<CompanyContractOverLimitDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <CompanyName>sample string 5</CompanyName>
  <ContractName>sample string 3</ContractName>
  <CreationDate>sample string 9</CreationDate>
  <CreationNetworkDate>sample string 10</CreationNetworkDate>
  <DateFrom>sample string 7</DateFrom>
  <DateTo>sample string 8</DateTo>
  <Id>d830f56e-1afa-46e1-bf7f-89c4cbb131a2</Id>
  <IdCompany>2c4fb6af-0122-476d-9a1f-4f4c66d09235</IdCompany>
  <IdCompanyContract>c3ec1b8e-8e80-43f9-b3d9-b130941d2564</IdCompanyContract>
  <IdNetwork>f29b5c1b-156e-47ce-a151-100686e4af52</IdNetwork>
  <NetworkTimeZone>sample string 11</NetworkTimeZone>
  <Type>64</Type>
  <TypeName>sample string 14</TypeName>
  <Value>12</Value>
</CompanyContractOverLimitDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

If sucessful, returns the updated dto

CompanyContractOverLimitDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

IdCompanyContract

globally unique identifier

None.

ContractName

string

None.

IdCompany

globally unique identifier

None.

CompanyName

string

None.

IdNetwork

globally unique identifier

None.

DateFrom

string

None.

DateTo

string

None.

CreationDate

string

None.

CreationNetworkDate

string

None.

NetworkTimeZone

string

None.

Value

decimal number

None.

Type

byte

None.

TypeName

string

None.

State

byte

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<CompanyContractOverLimitDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
  <CompanyName>sample string 5</CompanyName>
  <ContractName>sample string 3</ContractName>
  <CreationDate>sample string 9</CreationDate>
  <CreationNetworkDate>sample string 10</CreationNetworkDate>
  <DateFrom>sample string 7</DateFrom>
  <DateTo>sample string 8</DateTo>
  <Id>30b603f5-cafa-4647-b2c8-8a0cf6d965c0</Id>
  <IdCompany>8bb92cac-1aaf-483f-afd8-23f4277e40bb</IdCompany>
  <IdCompanyContract>07d9e1c4-7f5d-443c-88a9-d28ff6de0f96</IdCompanyContract>
  <IdNetwork>59104dfc-54d9-4ecb-bb47-5ba52a37d5cb</IdNetwork>
  <NetworkTimeZone>sample string 11</NetworkTimeZone>
  <Type>64</Type>
  <TypeName>sample string 14</TypeName>
  <Value>12</Value>
</CompanyContractOverLimitDto>