Set (or overwrite) the partner-side external order id for a specific job.
Triggered by S4C via the /v3/commands/s4c/your-order-id endpoint and
consumed in jobs-service, which writes it to Job.extPartnerId
(column partner_eid__c).
Exactly one of jobApiId, invoicingEid, or gidOrderNumber must be
provided to identify the target job. yourOrderID is the value being
set, so it can't be used as a lookup key here.
Set (or overwrite) the partner-side external order id for a specific job. Triggered by S4C via the
/v3/commands/s4c/your-order-idendpoint and consumed in jobs-service, which writes it toJob.extPartnerId(columnpartner_eid__c).Exactly one of
jobApiId,invoicingEid, orgidOrderNumbermust be provided to identify the target job.yourOrderIDis the value being set, so it can't be used as a lookup key here.