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>757731e9-354a-41d2-ac2b-07b968520ad0</Id> <IdCompany>1ebd7cb3-57aa-4192-8467-6fdfd5aa6bd9</IdCompany> <IdCompanyContract>e4ed2c04-68d5-40e8-bd2a-857331d5b75f</IdCompanyContract> <IdNetwork>0006de4f-43b5-4339-afd5-793da37b92ee</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>249c68e0-f370-4099-9dda-4c81aa1bd477</Id> <IdCompany>2c28b981-2c73-4f6d-a7b1-fb2175abb9ed</IdCompany> <IdCompanyContract>7bf6a439-e94d-4e14-b6d6-9bc9604c4d7f</IdCompanyContract> <IdNetwork>9489fd7e-e005-4818-b88e-e36850b53c36</IdNetwork> <NetworkTimeZone>sample string 11</NetworkTimeZone> <Type>64</Type> <TypeName>sample string 14</TypeName> <Value>12</Value> </CompanyContractOverLimitDto>