Update Call Forward Details

Endpoint

POST
https://lgw.att.com/UpdateCallForwardDetails

Enable or disable a customer’s call forwarding, or update where the customer's forwarded call will be directed.

arrowRequest

Body Parameters

Responses

success

arrowBody

application/json

REQUEST

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
curl --request POST \
     --url https://lgw.att.com/UpdateCallForwardDetails \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "MessageHeader": {
    "TrackingMessageHeader": {
      "version": "285",
      "messageId": "string",
      "returnURL": "string",
      "responseTo": "string",
      "timeToLive": 0,
      "originatorId": "string",
      "dateTimeStamp": "2025-04-01T12:11:46.589Z",
      "conversationId": "string",
      "applicationName": "CustomerCareProfile",
      "originalVersion": "string",
      "uniqueTransactionId": "string",
      "infrastructureVersion": "86",
      "originalInfrastructureVersion": "string"
    },
    "SecurityMessageHeader": {
      "userName": "string",
      "userPassword": "string"
    },
    "SequenceMessageHeader": {
      "sequenceNumber": "string",
      "totalInSequence": "string"
    }
  },
  "UpdateCallForwardDetailsRequest": {
    "vOLTEIndicator": false,
    "SubscriberSelector": {
      "imsi": "string",
      "subscriberNumber": "string"
    },
    "forwardToSubscriberNumber": "string",
    "callForwardingEnabledIndicator": false
  }
}
'

RESPONSE

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "MessageHeader": {
    "TrackingMessageHeader": {
      "version": "285",
      "messageId": "string",
      "returnURL": "string",
      "responseTo": "string",
      "timeToLive": 0,
      "originatorId": "string",
      "dateTimeStamp": "2025-04-01T12:11:46.580Z",
      "conversationId": "string",
      "applicationName": "CustomerCareProfile",
      "originalVersion": "string",
      "uniqueTransactionId": "string",
      "infrastructureVersion": "86",
      "routingRegionOverride": [
        {}
      ],
      "originalInfrastructureVersion": "string"
    },
    "SecurityMessageHeader": {
      "userName": "string",
      "userPassword": "string"
    },
    "SequenceMessageHeader": {
      "sequenceNumber": "string",
      "totalInSequence": "string"
    }
  },
  "UpdateCallForwardDetailsResponse": {
    "Response": {
      "code": "string",
      "description": "string"
    }
  }
}