POST api/v1/{appId}/contractors/monitoring
Обновление получателей оповещений про контрагента на мониторинге относительно одного реестра
URI ïàðàìåòðû
Name | Description | Type | Additional information |
---|---|---|---|
appId | string |
Required |
Body Parameters
MonitoringContractorModelName | Description | Type | Additional information |
---|---|---|---|
Identifier | string |
None. |
|
RegisterId | integer |
None. |
|
Emails | string |
None. |
|
LastRequestDate | date |
None. |
Ôîðìàòû çàïðîñîâ
application/json, text/json
Ïðèìåð:
{ "Identifier": "sample string 1", "RegisterId": 2, "Emails": "sample string 3", "LastRequestDate": "2025-03-14T13:22:58.841685+00:00" }
application/xml, text/xml
Ïðèìåð:
<MonitoringContractorModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pactum.Common.Models"> <Emails>sample string 3</Emails> <Identifier>sample string 1</Identifier> <LastRequestDate>2025-03-14T13:22:58.841685+00:00</LastRequestDate> <RegisterId>2</RegisterId> </MonitoringContractorModel>
application/x-www-form-urlencoded
Ïðèìåð:
Sample not available.
Response Information
Resource Description
Обновление получателей оповещений про контрагента на мониторинге относительно одного реестра
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |