POST CompanyContractsOverLimits
Creates a new CompanyContracts OverLimit
Request Information
URI Parameters
None.
Body Parameters
The data of the CompanyContracts OverLimit
CompanyContractOverLimitDto| Name | 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>ee36174d-943e-4876-857e-bed718409d76</Id> <IdCompany>6bb8b923-bff6-4d74-9ab4-f8bddbf7eb0a</IdCompany> <IdCompanyContract>3718e705-0da2-416f-8a9b-9f0d024ed1f4</IdCompanyContract> <IdNetwork>160b4d3d-519b-4880-9736-a80a253571da</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
CompanyContractOverLimitDto| Name | 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>80ff3f06-c98a-42be-960c-0926897fa9bc</Id> <IdCompany>0c5f4f98-838f-48f5-a02f-5f2c74f115f3</IdCompany> <IdCompanyContract>e4af197c-bac8-47bc-8e13-e671a91bfc6d</IdCompanyContract> <IdNetwork>7c7b1a90-548a-4956-a262-ecc5d4ad59d4</IdNetwork> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Type>64</Type> <TypeName>sample string 14</TypeName> <Value>12</Value> </CompanyContractOverLimitDto>