Aller au contenu principal

Update Organization

PUT 

/organizations/:id

This operation allows to update an Organization

Request

Path Parameters

    id uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization id

Body

organization to update

    name stringrequired

    Possible values: Value must match regular expression \S

    organization name

    customerId stringrequired

    Possible values: Value must match regular expression \S

    customer id

    customerAddress stringrequired

    Possible values: Value must match regular expression \S

    customer address

    type stringrequired

    Possible values: Value must match regular expression \S

    organization type

    installedOfferList

    object[]

    required

    Possible values: >= 1, <= 1

    list of installed offer associated to an organization

  • Array [

  • code stringrequired

    Possible values: Value must match regular expression \S

    installed offer code

    name stringrequired

    Possible values: Value must match regular expression \S

    installed offer name

  • ]

  • salesContactName stringrequired

    Possible values: Value must match regular expression \S

    sales contact name

    salesContactEmail stringrequired

    Possible values: Value must match regular expression \S

    sales contact email

    tanid int32

    tan id

    contractid int32required

    contract id

    saleschannel stringrequired

    Possible values: Value must match regular expression \S

    sales channel

    banIds int32[]

    Possible values: >= 1

    list of ban ids associated to an organization

    linkedCustomerIds string[]

    list of linked customer ids associated to an organization

Responses

ok

Schema

    id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization id

    name string

    organization name

    customerId string

    customer id

    customerAddress string

    customer address

    type string

    organization type

    installedOfferList

    object[]

    list of installed offer associated to an organization

  • Array [

  • code stringrequired

    Possible values: Value must match regular expression \S

    installed offer code

    name stringrequired

    Possible values: Value must match regular expression \S

    installed offer name

  • ]

  • salesContactName string

    sales contact name

    salesContactEmail string

    sales contact email

    tanid int32

    tan id

    contractid int32

    contract id

    saleschannel string

    sales channel

    banIds int32[]

    list of ban ids associated to an organization

    linkedCustomerIds string[]

    list of linked customer ids associated to an organization

Loading...