Request Fields: SubmitRespOrgChange
| Request Field List - SubmitRespOrgChange | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | DialNumberList | A list of dial numbers to be changed. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 4 | NewRespOrgID | Resp Org identifier of the new Resp Org | String (5 characters) |
Mandatory |
|
| 5 | LOAFile |
The binary content of the actual LOA file.
The content should be Base64 encoded. Refer to: |
LOAFile |
It should be in the following format: <LOAFile> <FileName>LOAFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <MimeType>text/pdf</MimeType> </LOAFile>
|
|
| 6 | Notes | Notes related to the operation. | String | Optional |
Allow all alphanumeric and special characters except < and > Max length is 1,000 characters. |
| 7 | EmergencyROC | ROC Request with current date. | Number | Conditional |
Possible Values: 0, 1 and 2
|
| 8 |
EffectiveDate
|
Current or Future Submission Date. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2015-05-01T00:00:00
|
Request Fields: SearchRespOrgChangeRequests
| Request Field List - SearchRespOrgChangeRequests | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | FilterType | Specifies Incoming or Outgoing requests. | Number | Mandatory |
Possible Values: 0 or 1
|
| 4 | FilterStatus | Signifies that only requests with the specified status are returned. | Number | Optional |
Possible Values: 0 to 9
|
| 5 | FilterSubmittedDateTimeStart | Start Date for the search date range. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 6 | FilterSubmittedDateTimeEnd | End Date for the search date range. |
DateTime |
Mandatory |
Must be in the format:(YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 7 | FilterDialNumber | Dial number associated to the requests to be searched. | String | Conditional |
Example: 800111222, Or 800-111-222 |
| 8 | EntityOrRespOrgIdentifier | A valid Entity or Resp Org. | String | Mandatory | Must be a valid string of 2 or 5 characters. |
| 9 | Progress | A valid state. | String | Optional |
Possible Values: 0, 1 and 2
|
| 10 | RejectReasonCode | A valid reject code. | String | Optional | Please refer to Appendix B for a list of Reject codes and their descriptions. |
| 11 | IsRequestCheckedOut | A valid status | String | Optional |
Possible Values: 0 or 1
|
Request Fields: GetRespOrgChangeRequest
| Request Field List - GetRespOrgChangeRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |
Request Fields: ProcessRespOrgChangeRequest
| Request Field List - ProcessRespOrgChangeRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |
| 4 | DialNumberList | A list of Dial numbers for which the Action applies to. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 5 | ActionList | These actions to be taken for the numbers listed in DialNumberList field. | ActionList | Mandatory |
Possible Values:
Any other values would mean a Reject. Please refer to Appendix B for a list of Reject codes and their descriptions. Reject code cannot be combined with 00,D0,D1 |
| 6 | RejectNote | A valid String. | String | Optional | A maximum length of 2,000 characters is allowed including alphanumeric and special characters except < and > |
Request Fields: GetLOAFile
| Request Field List - GetLOAFile | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | LOAID | The LOAID associated to the LOA file. This value is usually retrieved from the LOAID field in the GetRespOrgChangeRequest operation results. | Number | Mandatory | |
Request Fields: GetDocument
| Request Field List - GetDocument | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | DocumentID | The DocumentID associated to the document. This value is usually received after a call to the AddDocument method or in the response of the GetRespOrgChangeRequest method. | Number | Mandatory | |
Request Fields: AddDocument
| Request Field List - AddDocument | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC req. | String | Mandatory | |
| 4 | DocumentFile |
The binary content of the file.
The content should be Base64 encoded.Refer to: http://msdn.microsoft.com/en-us/library/dhx0d524.aspx |
DocumentFile |
It should be in the following format: <DocumentFile> <FileTitle>file1.pdf</FileTitle> <EncodedContent>abc==</EncodedContent> <FileNotes>Commentsfile</FileNotes> </DocumentFile>
|
|
Request Fields: RemoveDialNumber
| Request Field List - RemoveDialNumber | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |
| 4 | DialNumberList | A list of Dial numbers to be changed. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
Request Fields: CancelROCRequest
| Request Field List - CancelROCRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |
Request Fields: GetMissedChangeRequestNotifications
| Request Field List - GetMissedChangeRequestNotifications | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | StartDate | Start Date for the search date range. | DateTime |
Mandatory |
Must be in the format:(YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 4 | EndDate | End Date for the search date range. | DateTime |
Mandatory |
Must be in the format:(YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
Request Fields: GenerateStandardLOA
| Request Field List - GenerateStandardLOA | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | Must be a valid string |
| 3 | DialNumberList | A list of Dial numbers. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 4 |
CompanyAddress1
|
A valid company address. | String | Mandatory | Must be a valid string |
| 5 |
CustomerName
|
A valid String. | String | Mandatory | Must be a valid string |
| 6 |
CompanyAddress2
|
A valid company address. | String | Must be a valid string | |
| 7 | City | A valid city. | String | Mandatory | Must be a valid string |
| 8 | State | A valid state. | String | Mandatory | Must be a valid string |
| 9 | ZipCode | A valid zipcode. | String | Mandatory | Must be a valid string |
| 10 | AuthorizedCustomerContact | A valid contact name. | String | Mandatory | Must be a valid string |
| 11 | ContactTitle | A valid contact title. | String | Mandatory | Must be a valid string |
| 12 | AuthorizedCustomerPhone | A valid customer phone number. | String | Mandatory | Must be a valid string |
| 13 | AuthorizedCustomerExtension | A valid customer extension. | String | Must be a valid string | |
| 14 | AuthorizedCustomerFax | A valid customer fax. | String | Must be a valid string | |
Request Fields: EscalateROCtoHDI
| Request Field List - EscalateROCtoHDI | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory |
Must be a valid string
|
| 3 | TxnID | Transaction ID of the ROC request. | String | Mandatory |
|
| 4 | DialNumberList | A list of Dial numbers. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 5 |
LOAVerification
|
LOA Verification value
|
Number | Mandatory |
|
| 6 |
LOAVerificationComments
|
Comments associated to the LOA. | String | Conditional |
|
| 7 | LOAFile |
The binary content of the actual LOA file. The content should be Base64 encoded. Refer to: http://msdn.microsoft.com/en-us/library/dhx0d524.aspx |
A valid String. | Optional |
It should be in the following format: <LOAFile> <FileName>LOAFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <MimeType>text/pdf</MimeType> </LOAFile>
|
| 8 | EmergencyROC | Request with current date. | Number | Conditional |
Possible Values: 0 or 1
|
| 9 |
EffectiveDate
|
Current or Future Submission Date. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2018-01-01T00:00:00
|
| 10 |
Aware99RespOrg
|
If ROC Request have XXX99 losing RO | Number | Conditional |
Possible Values: 0 or 1
|
Request Fields: SubmitHDIRequest
| Request Field List - SubmitHDIRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory |
Must be a valid string
|
| 2 | Password | A valid password. | String | Mandatory |
|
| 3 | DialNumberList | A list of Dial numbers | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 4 | NewRespOrgID | Resp Org identifier of the new Resp Org | String (5 characters) |
Mandatory |
|
| 5 | OldRespOrgID | Resp Org identifier of the old Resp Org | String (5 characters) |
Mandatory |
|
| 6 |
LOAVerification
|
LOA Verification value
|
Number | Mandatory |
Value must be between: 1 to 4 Refer to Appendix D for possible values and their description for this field.
|
| 7 |
LOAVerificationComments
|
Comments associated to the LOA. | String | Conditional |
|
| 8 | LOAFile |
The binary content of the actual LOA file.
The content should be Base64 encoded. Refer to: |
LOAFile |
It should be in the following format: <LOAFile><FileName>LOAFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <MimeType>text/pdf</MimeType></LOAFile>
|
|
| 9 | Notes | Notes related to the operation. | String | Optional |
Allow all alphanumeric and special characters except &, ", ", < and > Max length is 1,000 characters. |
| 10 | EmergencyROC | Request with current date. | Number | Conditional |
Possible Values: 0 or 1
|
| 11 | EffectiveDate | Current or Future Submission Date. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2015-05-01T00:00:00
|
| 12 | Aware99RespOrg | If ROC Request have XXX99 losing RO | Number | Conditional |
Possible Values: 0 or 1
|
Request Fields: ReSubmitHDIRequest
| Request Field List - ReSubmitHDIRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the HDI request. | String | Mandatory | |
| 4 | DialNumberList | A list of Dial numbers. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 5 | NewRespOrgID | Resp Org identifier of the new Resp Org | String (5 characters) |
Mandatory |
|
| 6 | OldRespOrgID | Resp Org identifier of the old Resp Org | String (5 characters) |
Mandatory |
|
| 7 | LOAVerification |
LOA Verification value
|
Number | Mandatory |
Value must be between: 1 to 4 Refer to Appendix D for possible values and their description for this field.
|
| 8 | LOAVerificationComments | Comments associated to the LOA. | String | Conditional |
|
| 9 | LOAFile |
The binary content of the actual LOA file. The content should be Base64 encoded. Refer to: |
LOAFile |
It should be in the following format: <LOAFile> <FileName>LOAFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <MimeType>text/pdf</MimeType> </LOAFile>
|
|
| 10 | Notes | Notes related to the operation. | String | Optional |
Allow all alphanumeric and special characters except &, ", ", < and > Max length is 1,000 characters. |
| 11 | EmergencyROC | Request with current date. | Number | Conditional |
Possible Values: 0 or 1
|
| 12 | EffectiveDate | Current or Future Submission Date. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2015-05-01T00:00:00
|
| 13 | Aware99RespOrg | If HDI Request have XXX99 losing RO | Number | Conditional |
Possible Values: 0 or 1
|
Request Fields: SearchHDIRequests
| Request Field List - SearchHDIRequests | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | FilterType | Specifies Type of requests. | Number | Mandatory |
Possible Values: 0 to 2
|
| 4 | FilterStatus | Signifies that only requests with the specified status are returned. | Number | Optional |
Possible Values: 0 to 3
|
| 5 | DialNumberStatusID | Signifies status of dial umbers | Number | Optional | Refer to Appendix A for a list of possible status values and their description. If this field is not supplied, requests with all possible status values will be returned. |
| 6 | FilterSubmittedDateTimeStart | Start Date for the search date range. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 7 | FilterSubmittedDateTimeEnd | End Date for the search date range. |
DateTime |
Mandatory |
Must be in the format:(YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 8 | FilterDialNumber | Dial number associated to the requests to be searched. | String | Optional |
Example: 800111222, Or 800-111-222 |
| 9 | RejectReasonCode | A valid reject code. | String | Optional | Please refer to Appendix E for a list of Reject codes and their descriptions. |
Request Fields: GetHDIRequest
| Request Field List - GetHDIRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the HDI request to be retrieved. | String | Mandatory | |
Request Fields: GetHDILOAFile
| Request Field List - GetHDILOAFile | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | LOAID | The LOAID associated to the LOA file. This value is usually retrieved from the LOAID field in the GetHDIRequest operation results. | Number | Mandatory | |
Request Fields: GetHDIDocument
| Request Field List - GetHDIDocument | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | DocumentID | The DocumentID associated to the document. This value is usually received after a call to the AddHDIDocument method or in the response of the GetHDIRequest method. | Number | Mandatory | |
Request Fields: AddHDIDocument
| Request Field List - AddHDIDocument | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type |
Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the HDI request. | String | Mandatory | |
| 4 | DocumentFile |
The binary content of the file.
The content should be Base64 encoded.Refer to: http://msdn.microsoft.com/en-us/library/dhx0d524.aspx |
DocumentFile |
It should be in the following format: <DocumentFile> <FileTitle>file1.pdf</FileTitle> <EncodedContent>abc==</EncodedContent> </DocumentFile>
|
|
Request Fields: CancelHDIRequest
| Request Field List - CancelHDIRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the HDI request to be retrieved. | String | Mandatory | |
Request Fields: SearchRespOrgChangeRequestsByTxnID
| Request Field List - SearchRespOrgChangeRequestsByTxnID | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | FilterType | Specifies Incoming or Outgoing requests. | Number | Mandatory |
Possible Values: 0 or 1
|
| 4 | FilterStatus | Signifies that only requests with the specified status are returned. | Number | Optional |
Possible Values: 0 to 9
|
| 5 | FilterSubmittedDateTimeStart | Start Date for the search date range. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 6 | FilterSubmittedDateTimeEnd | End Date for the search date range. |
DateTime |
Mandatory |
Must be in the format:(YYYY-MM-DDTHH:MM:SS) Example: 2016-12-01T00:00:00 |
| 7 | FilterDialNumber | Dial number associated to the requests to be searched. | String | Conditional |
Example: 800111222, Or 800-111-222 |
| 8 | EntityOrRespOrgIdentifier | A valid Entity or Resp Org. | String | Mandatory | Must be a valid string of 2 or 5 characters. |
| 9 | Progress | A valid state. | String | Optional |
Possible Values: 0, 1 and 2
|
| 10 | RejectReasonCode | A valid reject code. | String | Optional | Please refer to Appendix B for a list of Reject codes and their descriptions. |
| 11 | IsRequestCheckedOut | A valid status | String | Optional |
Possible Values: 0 or 1
|
Request Fields: CheckOutROCRequest
| Request Field List - CheckOutROCRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |
Request Fields: CheckInROCRequest
| Request Field List - CheckInROCRequest | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |
Request Fields: GenerateLOA
| Request Field List - GenerateLOA | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | Must be a valid string |
| 3 | DialNumberList | A list of Dial numbers. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 4 | SubscriberAddress1 | A valid Subscriber address. | String | Mandatory | Must be a valid string |
| 5 | TollFreeSubscriber | A valid Subscriber name. | String | Mandatory | Must be a valid string |
| 6 | SubscriberAddress2 | A valid Subscriber address. | String | Must be a valid string | |
| 7 | City | A valid city. | String | Mandatory | Must be a valid string |
| 8 | State | A valid state. | String | Mandatory | Must be a valid string |
| 9 | ZipCode | A valid zipcode. | String | Mandatory | Must be a valid string |
| 10 | AuthorizedContact | A valid authorized contact name. | String | Mandatory | Must be a valid string |
| 11 | ContactTitle | A valid contact title. | String | Mandatory | Must be a valid string |
| 12 | ContactTel | A valid customer phone number. | String | Mandatory | Must be a valid string |
| 13 | Ext | A valid customer extension. | String | Must be a valid string | |
| 14 | EmailAddress | A valid customer Email. | String | Must be a valid string | |
| 15 | EndUserInformation | A valid End user Information. | String | Must be a valid string up to 700 characters | |
| 16 | RespOrgInstructions | A valid RespOrg Instruction. | String | Must be a valid string up to 300 characters. | |
Request Fields: SubmitRespOrgChangeWithDocs
| Request Field List - SubmitRespOrgChangeWithDocs | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | DialNumberList | A list of dial numbers to be changed. | DialNumberList | Mandatory |
It should be in the following format: <DialNumberList> <DialNumber>8001234567</DialNumber> <DialNumber>888-123-4567</DialNumber> </DialNumberList>
|
| 4 | NewRespOrgID | Resp Org identifier of the new Resp Org | String (5 characters) |
Mandatory |
|
| 5 | LOAFile |
The binary content of the actual LOA file.
The content should be Base64 encoded. Refer to: |
LOAFile |
It should be in the following format: <LOAFile> <FileName>LOAFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <MimeType>text/pdf</MimeType> </LOAFile>
|
|
| 6 | Doc1 |
The binary content of the actual Doc1.
The content should be Base64 encoded. Refer to: |
Doc1 |
It should be in the following format: <Doc1> <FileName>DocFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <FileNotes>test file </FileNotes> </Doc1>
|
|
| 7 | Doc2 |
The binary content of the actual Doc2 file.
The content should be Base64 encoded. Refer to: |
Doc2 |
It should be in the following format: <Doc2> <FileName>DocFile1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <FileNotes>test file</FileNotes> </Doc2>
|
|
| 8 | Doc3 |
The binary content of the actual Doc3 file.
The content should be Base64 encoded. Refer to: |
Doc3 |
It should be in the following format: <Doc3> <FileName>Doc3File1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <FileNotes>test</FileNotes> </Doc3>
|
|
| 9 | Doc4 |
The binary content of the actual Doc4 file.
The content should be Base64 encoded. Refer to: |
Doc3 |
It should be in the following format: <Doc4> <FileName>Doc3File1.pdf</FileName> <EncodedContent>ddfF==</EncodedContent> <FileNotes>test</FileNotes> </Doc4>
|
|
| 10 | Notes | Notes related to the operation. | String | Optional |
Allow all alphanumeric and special characters except < and > Max length is 1,000 characters. |
| 11 | EmergencyROC | ROC Request with current date. | Number | Conditional |
Possible Values: 0, 1 and 2
|
| 12 | EffectiveDate | Current or Future Submission Date. | DateTime | Mandatory |
Must be in the format: (YYYY-MM-DDTHH:MM:SS) Example: 2015-05-01T00:00:00
|
Request Fields: GetRequestContactInformation
| Request Field List - GetRequestContactInformation | |||||
|---|---|---|---|---|---|
| Ref# | Name | Comments | Data Type | Required | Validation |
| 1 | UserName | A valid user name. | String | Mandatory | Must be a valid string |
| 2 | Password | A valid password. | String | Mandatory | |
| 3 | TxnID | Transaction ID of the ROC request to be retrieved. | String | Mandatory | |