PATCH /api/Company/PartialUpdate/{Email}

PATCH /api/Company/PartialUpdate/{Email}

Path parameters

  • Email string Required

Body

  • operationType integer(int32)

    Values are 0, 1, 2, 3, 4, 5, or 6.

  • path string | null
  • op string | null
  • from string | null
  • value
  • Additional properties are NOT allowed

Responses

  • 200

    Success

PATCH /api/Company/PartialUpdate/{Email}
curl \
 -X PATCH http://api.example.com/api/Company/PartialUpdate/{Email} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json-patch+json"
curl \
 -X PATCH http://api.example.com/api/Company/PartialUpdate/{Email} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '[{"operationType":0,"path":"string","op":"string","from":"string"}]'
curl \
 -X PATCH http://api.example.com/api/Company/PartialUpdate/{Email} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: text/json"
curl \
 -X PATCH http://api.example.com/api/Company/PartialUpdate/{Email} \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/*+json"
Request examples
[
  {
    "operationType": 0,
    "path": "string",
    "op": "string",
    "from": "string"
  }
]
Request examples
[
  {
    "operationType": 0,
    "path": "string",
    "op": "string",
    "from": "string"
  }
]