Перейти к основному содержимому

UpdateEregOrderParticipantsRequest

participants object[]

Участники заявления

Possible values: <= 2147483647

  • Array [
  • idstring

    Идентификатор

    Possible values: <= 255 characters

    roleParticipantRole (string)

    Роль участника:

    • SELLER - Продавец
    • BUYER - Покупатель
    • OTHER - Прочий

    Possible values: [SELLER, BUYER, OTHER]

    typeOfOwnership object

    Тип собственности

    @type string

    Тип собственности

    Possible values: [@sole, @joint, @shared]

    representativeIdstring

    Идентификатор представителя

    Possible values: <= 255 characters

  • ]
  • UpdateEregOrderParticipantsRequest
    {
    "participants": [
    {
    "id": "string",
    "role": "SELLER",
    "typeOfOwnership": {},
    "representativeId": "string"
    }
    ]
    }