POST CompanyContractsOverLimits
Creates a new CompanyContracts OverLimit
Request Information
URI Parameters
None.
Body Parameters
The data of the CompanyContracts OverLimit
CompanyContractOverLimitDtoName | Description | Type | Additional 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>a92c5d43-cf53-4b3c-b894-0948138d1bc8</Id> <IdCompany>3eb3904d-fede-4d18-a7d1-c302afb90a86</IdCompany> <IdCompanyContract>cb224272-b431-4648-bfea-fe02bb03055b</IdCompanyContract> <IdNetwork>e9bc0f89-d3bb-45dc-b690-0a655e50cdd3</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
State of the action, and if created returns the CompanyContracts OverLimit as and the GET link to the CompanyContracts OverLimit
CompanyContractOverLimitDtoName | Description | Type | Additional 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>b68c6ae9-6c0d-4268-9254-e19f1da0bbcd</Id> <IdCompany>22d6a9ac-2a7f-4090-94c2-72bd93b475e9</IdCompany> <IdCompanyContract>b5c574ce-50fa-4d8c-8398-846a5b4c6eca</IdCompanyContract> <IdNetwork>b1b497e7-b891-48bc-b557-87a8d9420124</IdNetwork> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Type>64</Type> <TypeName>sample string 14</TypeName> <Value>12</Value> </CompanyContractOverLimitDto>