Update Consumer Point Connection data partially
  • 17 Jan 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Update Consumer Point Connection data partially

  • Dark
    Light
  • PDF

Article summary

Patch
/consumer-points-connection/{id}/

Operation is used to update specific fields in existing Consumer Point Connection data.

Security
API Key
Header parameter nameAuthorization

Token issued for API consumer.

Path parameters
id
integerRequired

Id of Consumer Point Connection to update

Body parameters

Consumer Point Connection attributes and values to be updated

object

Consumer point connection object. Flat version for patch and post methods

ContentType
integer Required

Content type id

Cp_id
integer Required

Consumer point id

id
integer

Primary key

network
string

Network

object_id
integer Required

Object id

Responses
200

Object was updated successfully

object

Consumer point connection object. Flat version for patch and post methods

ContentType
integer

Content type id

Cp_id
integer

Consumer point id

id
integer

Primary key

network
string

Network

object_id
integer

Object id

401

Authentication credentials are missing or invalid

{
  "details": "Authentication credentials were not provided"
}
object
details
string

Detailed description of error

404

Object was not found

{
  "details": "Not found."
}
object
details
string

Detailed description of error


Was this article helpful?