
<dispatchservicelist> element and one or more <dispatchservice> elements within it to the <orderentryinformation> element of your orderentryrequest:
<orderentryinformation>
...
<dispatchservicelist>
<dispatchservice>1213</dispatchservice>
</dispatchservicelist>
...
</orderentryinformation>
You can send more than one SCP by specifying each one in its own dispatchservice element:
<orderentryinformation>
...
<dispatchservicelist>
<dispatchservice>1365</dispatchservice>
<dispatchservice>1213</dispatchservice>
</dispatchservicelist>
...
</orderentryinformation>
If you aren't authorized for one of the SCPs you are requesting, our response will explain why we are rejecting your request:
<transactioncodelist>
<transactioncode id="2500">
<phrase>Invalid Dispatch Service</phrase>
<message>Invalid/Unauthorized dispatch service(s). Please order one of the
valid Dispatch Services :[|2213|2214| ]</message>
</transactioncode>
</transactioncodelist>
Please contact your Covad sales team for a list of <dispatchservice> id numbers you are authorized to submit.
<orderinformation> element:
<orderinformation>
...
<dispatchservicelist>
<dispatchservice>1214</dispatchservice>
<dispatchservice>1213</dispatchservice>
</dispatchservicelist>
...
</orderinformation>