Resend Subscriber Activation
Version 4.0.0
Endpoint
POST
undefined/service/{id}/resendSubscriberActivation
This operation creates a ResendSubscriberActivation entity. (TMF 640)
oauth2
Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxx/oauth2/v2.0/token
authorizationUrl:https://login.microsoftonline.com/xxxxxxxxxxxxxxxx/oauth2/v2.0/token
Query Parameters
Body Parameters
Responses
Created
Body
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
curl --request POST \
--url 'https://example.com/service/id/resendSubscriberActivation?@type=string' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
[
{
"pin": "string",
"@type": "string",
"@basetype": "string",
"productType": "G",
"billingMarket": [
{
"id": "string",
"href": "string",
"code": "string",
"name": "string",
"place": [
{
"id": "string",
"href": "string",
"name": "string",
"@type": "string",
"@basetype": "string",
"@referredType": "string",
"@schemaLocation": "string"
}
],
"@type": "string",
"status": "string",
"calendar": [
{
"day": "string",
"@type": "string",
"status": "string",
"timeZone": "string",
"@basetype": "string",
"hourPeriod": [
{
"@type": "string",
"endHour": "string",
"startHour": "string",
"@basetype": "string",
"@schemaLocation": "string"
}
],
"@schemaLocation": "string"
}
],
"@basetype": "string",
"description": "string",
"relatedParty": [
{
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@type": "LogicalResourceSpecification",
"@basetype": "ResourceSpecification",
"@referredType": "string",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json"
}
],
"@schemaLocation": "string",
"siteRelationship": [
{
"id": "string",
"href": "string",
"role": "string",
"@type": "string",
"validFor": [
{
"@type": "string",
"@basetype": "string",
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@schemaLocation": "string"
}
],
"@basetype": "string",
"@schemaLocation": "string",
"relationshipType": "string"
}
],
"billingMarket": "string",
"billingSubMarket": "string",
"localMarket": "string"
}
],
"subscriberInfo": [
{
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@type": "LogicalResourceSpecification",
"@basetype": "ResourceSpecification",
"@referredType": "string",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"billingAccountNumber": "string",
"convertBlueSubscriber": "string",
"installmentPlanId": "string",
"last4Ssn": "string",
"reasonDescription": "string",
"subscriberNumber": "string"
}
],
"@schemaLocation": "string"
}
]
'
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"id": "string",
"pin": "string",
"href": "string",
"@type": "string",
"state": "done",
"response": {
"code": "string",
"reason": "string",
"status": "string",
"message": "string"
},
"@basetype": "string",
"serviceRef": {
"id": "string",
"href": "string",
"name": "string",
"@type": "LogicalResourceSpecification",
"@basetype": "ResourceSpecification",
"@referredType": "string",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json"
},
"billingMarket": {
"id": "string",
"href": "string",
"code": "string",
"name": "string",
"place": [
{
"id": "string",
"href": "string",
"name": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string",
"@referredType": "string"
}
],
"@type": "string",
"status": "string",
"calendar": [
{
"day": "string",
"status": "string",
"timeZone": "string",
"hourPeriod": [
{
"endHour": "string",
"startHour": "string",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"@basetype": "string",
"description": "string",
"localMarket": "string",
"relatedParty": [
{
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@basetype": "ResourceSpecification",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"@type": "LogicalResourceSpecification",
"@referredType": "string"
}
],
"billingMarket": "string",
"@schemaLocation": "string",
"siteRelationship": [
{
"id": "string",
"href": "string",
"relationshipType": "string",
"role": "string",
"validFor": {
"endDateTime": "1985-04-12T23:20:50.52Z",
"startDateTime": "1985-04-12T23:20:50.52Z",
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
},
"@basetype": "string",
"@schemaLocation": "string",
"@type": "string"
}
],
"billingSubMarket": "string"
},
"subscriberInfo": {
"0": "string",
"id": "string",
"href": "string",
"name": "string",
"role": "string",
"@type": "LogicalResourceSpecification",
"userId": "string",
"last4Ssn": "string",
"userNote": "string",
"@basetype": "ResourceSpecification",
"reasonCode": "string",
"@referredType": "string",
"subReasonCode": "string",
"@schemaLocation": "https://mycsp.com:8080/tmf-api/schema/Resource/LogicalResourceSpecification.schema.json",
"subscriberNumber": "string",
"installmentPlanId": "string",
"reasonDescription": "string",
"billingAccountNumber": "12345678",
"convertBlueSubscriber": "string",
"waiveOrCreditActivationFeeIndicator": "string"
},
"@schemaLocation": "string"
}