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>068f2318-89ec-43f0-94b8-6b7c75020d90</Id> <IdCompany>6e6c0156-0954-4ccf-95a0-35d56dfae172</IdCompany> <IdCompanyContract>fe3626f4-a2ff-4a63-a5e5-b686e581e677</IdCompanyContract> <IdNetwork>145f57ed-7d64-4e29-9d40-7a55281ff8ba</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>0ea553c6-6086-4174-a5af-dfae3d11994e</Id> <IdCompany>1986c86a-fe84-4f5f-9337-6e777cdec639</IdCompany> <IdCompanyContract>245efb4e-449a-45f3-b187-24734f64290d</IdCompanyContract> <IdNetwork>bee5ff03-f9f2-4816-8f2d-b06bad2a2d5f</IdNetwork> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Type>64</Type> <TypeName>sample string 14</TypeName> <Value>12</Value> </CompanyContractOverLimitDto>