GET CompanyContractsOverLimits/{id}

Gets a Company Contracts OverLimit by its ID, represented as

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the Company Contracts OverLimit

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

The Company Contracts OverLimit data

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>632bd0f1-4a71-4cad-a1f5-0ad272b411bf</Id>
  <IdCompany>f55df684-d587-4255-a1e4-a5bc82b73b23</IdCompany>
  <IdCompanyContract>305e2eac-62de-48fc-9f76-a7b9a0a3a9d9</IdCompanyContract>
  <IdNetwork>8bb7ec0d-1ebe-41d8-996b-8224a7d90cbd</IdNetwork>
  <NetworkTimeZone>sample string 11</NetworkTimeZone>
  <Type>64</Type>
  <TypeName>sample string 14</TypeName>
  <Value>12</Value>
</CompanyContractOverLimitDto>