GET api/ContractsStartParams?clientId={clientId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ResponseDataOfContractStartParams| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| Data | ContractStartParams |
None. |
Response Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Data": {
"DayBeginAfterNextMonth": 1,
"MonthBeginInFuture": 2,
"AllowBackdated": true
}
}
application/xml, text/xml
Sample:
<ResponseDataOfContractStartParamsNdVm6wV7 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sts.Vas.Stp.Api.Models">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Sts.Vas.ProcessesDebitor.Models">
<d2p1:AllowBackdated>true</d2p1:AllowBackdated>
<d2p1:DayBeginAfterNextMonth>1</d2p1:DayBeginAfterNextMonth>
<d2p1:MonthBeginInFuture>2</d2p1:MonthBeginInFuture>
</Data>
<Token>sample string 1</Token>
</ResponseDataOfContractStartParamsNdVm6wV7>