curl --request POST \
--url https://serverroot/api/orderingMobility/v1/careOrder \
--header 'Accept: string' \
--header 'Content-Length: integer' \
--header 'X-ATT-ClientId: string' \
--header 'X-ATT-ConversationId: string' \
--header 'X-ATT-MessageId: string' \
--header 'content-type: application/json' \
--data '
{
"careOrderRequest": {
"foundationAccountNumber": "81730304",
"accountGroupId": "73001012763",
"poNumber": "202405040001",
"consentToRecurringCharges": true,
"orderContact": {
"contact": {
"lastName": "Bell",
"firstName": "Alex"
},
"phone": {
"number": "1234567890",
"extension": "1885"
},
"email": "alexbell@att.com"
},
"changeRequest": [
{
"type": "updateSubscriber",
"changeRequestId": "ChangeID1",
"effectiveDate": "nextBillingCycle",
"ctn": "1234567890",
"items": [
{
"id": "sku12037300017",
"action": "add",
"effectiveDate": "2022-02-15T19:00:00.000-05:00",
"expirationDate": "2023-02-15T19:00:00.000-05:00"
}
],
"udl": [
{
"type": "User Name",
"value": "Laura Madison"
}
],
"suspendServiceReason": "Lost",
"resumeServiceReason": "CustomerRequest",
"cancellationReason": "CorporateCustomerCancel",
"cancelServiceReason": "EmployeeLeftCompany",
"cancelEffectiveDate": "immediate",
"replaceDuplicateFeatures": true,
"replaceConflictingFeatures": true,
"resetVoiceMail": {
"pin": "1234",
"autogeneratedPin": true
},
"billingContact": {
"contactName": {
"lastName": "Bell",
"firstName": "Alex"
},
"attentionTo": "Jay Watson",
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Suite 400",
"city": "Dallas",
"state": "TX",
"zipCode": "75201"
},
"addressIndicator": false,
"phone": {
"number": "1234567890"
}
},
"subscriberContact": {
"name": {
"lastName": "Bell",
"firstName": "Alex"
},
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Suite 400",
"city": "Dallas",
"state": "TX",
"zipCode": "75201"
},
"phone": {
"number": "1234567890"
}
},
"device": {
"imei": "359194077165207",
"iccid": "89014704272630325832",
"networkBlock": "True"
}
}
]
}
}
'