modify
Edit counterparty parameters. Submit only those counterparty parameters that you want to change.
Note
Changing the parameters resubmits the counterparty and any sites they own to the state register for a review.
Request format
https://adfox.yandex.com/api/v1
? object=contractor
& action=modify
& objectID=<integer>
& [name=<string>]
& [inn=<string>]
& [type=<integer>]
& [countryOKSM=<string>]
& [mobilePhone=<string>]
& [epayNumber=<string>]
& [regNumber=<string>]
& [roles[]=<integer>]
& [isOrs=<integer>]
& [isRr=<integer>]
& [rsUrl=<string>]
|
|
ID of the object the action applies to. |
|
|
Counterparty name. Use only Russian letters, spaces, and hyphens (no more than one consecutive space or hyphen between words). Hyphens cannot be used at the beginning or end of the string. |
|
|
Counterparty's INN (TIN). |
|
|
Counterparty type. Acceptable values:
|
|
|
Country of registration code (OKSM). |
|
|
Counterparty's phone number. Enter the phone number in the format |
|
|
Electronic payment instrument number. |
|
|
Registration number. |
|
|
Roles that a contractor can assume when entering into a contract. Acceptable values:
|
|
|
Specifies if the counterparty is an advertising system operator. Acceptable values:
|
|
|
Specifies if the counterparty is an ad distributor. Acceptable values:
|
|
|
Ad network URL or other information. |
Response format
<response>
<status>
<code>{integer}</code>
</status>
</response>
Response parameters
|
|
Request processing status. A value of |
Sample request and response
Request:
https://adfox.yandex.com/api/v1?object=contractor&action=modify&objectID=543&name=NewContractorNameResponse:
<response> <status> <code>0</code> </status> </response>
Other actions with the object
Read about other actions with the contractor object (counterparty):
ID of the object the action applies to.
Counterparty name. Use only Russian letters, spaces, and hyphens (no more than one consecutive space or hyphen between words). Hyphens cannot be used at the beginning or end of the string.
Counterparty's INN (TIN).
Counterparty type.
Acceptable values:
0: Legal entity (Russia).innis a required field (10 digits).1: Individual (Russia).innis a required field (12 digits).2: Individual entrepreneur (Russia).innis a required field (12 digits).3: Legal entity (Non-resident). Ensure to fill in thecountryOKSMfield and either themobilePhoneorepayNumberfield.4: Individual (Non-resident). Ensure to fill in thecountryOKSMfield and either theinnorregNumberfield.
Country of registration code (OKSM).
Counterparty's phone number. Enter the phone number in the format +[countrycode]{phonenumber}. The phone number can only contain digits, with a length of 1 to 50 digits, and must not include spaces, hyphens, or other characters.
Electronic payment instrument number.
Registration number.
Roles that a contractor can assume when entering into a contract.
Acceptable values:
0: Executor.1: Customer.
Specifies if the counterparty is an advertising system operator.
Acceptable values:
0: Not an advertising system operator.1: Advertising system operator.
Specifies if the counterparty is an ad distributor.
Acceptable values:
0: Not an ad distributor.1: Ad distributor.
Ad network URL or other information.
Required parameter.