CertifiedMaterials/Orders

Update a certified-materials order. Only the fields present in the body are changed; a field sent as null clears it.

patch/api/certified-materials/orders/{id}

Path parameters

idstring uuid required

Request body

orderNumberstring nullable
status'to_do' | 'in_progress' | 'in_review' | 'done'
sellerTeIdstring nullable
sellerInternalIdstring nullable
sellerNamestring nullable
sellerResponsiblePersonstring nullable
sellerCountrystring nullable
sellerCitystring nullable
sellerPostCodestring nullable
sellerAddressstring nullable
vendorInternalIdstring nullable
vendorNamestring nullable
vendorResponsiblePersonstring nullable
vendorCountrystring nullable
vendorCitystring nullable
vendorPostCodestring nullable
vendorAddressstring nullable
seasonstring nullable
brandstring nullable
agreedDeliveryDatestring nullable
orderDatestring nullable
dueDatestring nullable
expectedShipmentDatestring nullable
actualShipmentDatestring nullable
supplierAssigneeIdsstring[]
supplierAssigneeIdstring nullable
customTagsstring[]

Response

Default Response

Changes

Changed in 2 of the 49 revisions of this API.43

  • 329f5bd4d11442See the full diff
    • ▲

      the response property // became nullable for the status

      response-property-became-nullable

    • ▲

      the response property /// became nullable for the status

      response-property-became-nullable

    • ▲

      the // response's property format changed from email to no format for status

      response-property-type-changed

    • ▲

      the /// response's property format changed from email to no format for status

      response-property-type-changed

    • ○

      the // response's property pattern ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$ was removed for the status

      response-property-pattern-removed

    • ○

      the /// response's property pattern ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$ was removed for the status

      response-property-pattern-removed

    • ○

      endpoint added

      endpoint-added

Of the 49 revisions, 1 has no diff computed.